Start implementing 7.0 Bot API changes
This commit is contained in:
parent
86db600436
commit
bd151fc816
7 changed files with 1073 additions and 435 deletions
|
@ -341,6 +341,7 @@ var (
|
|||
_ Chattable = UnbanChatSenderChatConfig{}
|
||||
_ Chattable = UnpinChatMessageConfig{}
|
||||
_ Chattable = UpdateConfig{}
|
||||
_ Chattable = SetMessageReactionConfig{}
|
||||
_ Chattable = UserProfilePhotosConfig{}
|
||||
_ Chattable = VenueConfig{}
|
||||
_ Chattable = VideoConfig{}
|
||||
|
@ -359,6 +360,7 @@ var (
|
|||
_ Chattable = ReopenGeneralForumTopicConfig{}
|
||||
_ Chattable = HideGeneralForumTopicConfig{}
|
||||
_ Chattable = UnhideGeneralForumTopicConfig{}
|
||||
_ Chattable = UnpinAllGeneralForumTopicMessagesConfig{}
|
||||
_ Chattable = SetCustomEmojiStickerSetThumbnailConfig{}
|
||||
_ Chattable = SetStickerSetTitleConfig{}
|
||||
_ Chattable = DeleteStickerSetConfig{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue