Implement Bot API 6.4 changes
This commit is contained in:
parent
26b0a55fe2
commit
5e115c98c7
4 changed files with 268 additions and 33 deletions
|
@ -347,6 +347,18 @@ var (
|
|||
_ Chattable = VideoNoteConfig{}
|
||||
_ Chattable = VoiceConfig{}
|
||||
_ Chattable = WebhookConfig{}
|
||||
_ Chattable = CreateForumTopicConfig{}
|
||||
_ Chattable = EditForumTopicConfig{}
|
||||
_ Chattable = CloseForumTopicConfig{}
|
||||
_ Chattable = ReopenForumTopicConfig{}
|
||||
_ Chattable = DeleteForumTopicConfig{}
|
||||
_ Chattable = UnpinAllForumTopicMessagesConfig{}
|
||||
_ Chattable = GetForumTopicIconStickersConfig{}
|
||||
_ Chattable = EditGeneralForumTopicConfig{}
|
||||
_ Chattable = CloseGeneralForumTopicConfig{}
|
||||
_ Chattable = ReopenGeneralForumTopicConfig{}
|
||||
_ Chattable = HideGeneralForumTopicConfig{}
|
||||
_ Chattable = UnhideGeneralForumTopicConfig{}
|
||||
)
|
||||
|
||||
// Ensure all Fileable types are correct.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue