@grammyjs/types 3.4.1 → 3.4.2

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
@@ -497,7 +497,7 @@ export interface MessageOriginChannel {
497
497
  /** Date the message was sent originally in Unix time */
498
498
  date: number;
499
499
  /** Channel chat to which the message was originally sent */
500
- chat: Chat;
500
+ chat: Chat.ChannelChat;
501
501
  /** Unique message identifier inside the chat */
502
502
  message_id: number;
503
503
  /** Signature of the original post author */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grammyjs/types",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Telegram Bot API type declarations for grammY",
5
5
  "main": "mod.js",
6
6
  "repository": {