File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 8484 pinnedMessage* : Message
8585 permissions* : ChatPermissions
8686 slowModeDelay* : int
87+ unrestrictBoostCount* : int
8788 messageAutoDeleteTime* : int
8889 hasAggressiveAntiSpamEnabled* : bool
8990 hasHiddenMembers* : bool
9091 hasProtectedContent* : bool
9192 hasVisibleHistory* : bool
9293 stickerSetName* : string
9394 canSetStickerSet* : bool
95+ customEmojiStickerSetName* : string
9496 linkedChatId* : int
9597 location* : ChatLocation
9698
@@ -121,15 +123,8 @@ type
121123 fileSize* : int
122124
123125 Story * = ref object of TelegramObject
124- fileId* : string
125- fileUniqueId* : string
126- width* : int
127- height* : int
128- duration* : int
129- thumbnail* : PhotoSize
130- fileName* : string
131- mimeType* : string
132- fileSize* : int
126+ chat* : Chat
127+ id* : int
133128
134129 Sticker * = ref object of TelegramObject
135130 fileId* : string
251246 MessageAutoDeleteTimerChanged * = ref object of TelegramObject
252247 messageAutoDeleteTime* : int
253248
249+ ChatBoostAdded * = ref object of TelegramObject
250+ boostCount* : int
251+
254252 ForumTopicCreated * = ref object of TelegramObject
255253 name* : string
256254 iconColor* : int
518516 messageThreadId* : int
519517 fromUser* : User
520518 senderChat* : Chat
519+ senderBoostCount* : int
521520 date* : int
522521 chat* : Chat
523522 forwardOrigin* : MessageOrigin
526525 replyToMessage* : Message
527526 externalReply* : ExternalReplyInfo
528527 quote* : TextQuote
528+ replyToStory* : Story
529529 viaBot* : User
530530 editDate* : int
531531 hasProtectedContent* : bool
572572 writeAccessAllowed* : WriteAccessAllowed
573573 passportData* : PassportData
574574 proximityAlertTriggered* : ProximityAlertTriggered
575+ boostAdded* : ChatBoostAdded
575576 forumTopicCreated* : ForumTopicCreated
576577 forumTopicEdited* : ForumTopicEdited
577578 forumTopicClosed* : ForumTopicClosed
Original file line number Diff line number Diff line change 1- version = " 2024.01.11 "
1+ version = " 2024.02.20 "
22author = " Huy Doan"
33description = " Async Telegram Bot API Client"
44license = " MIT"
You can’t perform that action at this time.
0 commit comments