@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.
- package/message.d.ts +1 -1
- 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
|
|
732
|
+
/** This object represents a story. */
|
|
733
733
|
export interface Story {
|
|
734
734
|
/** Chat that posted the story */
|
|
735
735
|
chat: Chat;
|