@grammyjs/types 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/message.d.ts +1 -1
  2. package/package.json +1 -1
package/message.d.ts CHANGED
@@ -729,7 +729,7 @@ export interface Venue {
729
729
  /** Google Places type of the venue. (See supported types.) */
730
730
  google_place_type?: string;
731
731
  }
732
- /** This object represents a message about a forwarded story in the chat. Currently holds no information. */
732
+ /** This object represents a story. */
733
733
  export interface Story {
734
734
  /** Chat that posted the story */
735
735
  chat: Chat;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "mod.js",
6
6
  "repository": {