@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.
- package/message.d.ts +1 -1
- 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 */
|