Add types_tests for bot api 6.6 and replace PNGSticker and TGSSticker with the parameters sticker
This commit is contained in:
parent
a4b5cdb16f
commit
2d0a34c34b
2 changed files with 16 additions and 28 deletions
|
@ -359,6 +359,16 @@ var (
|
|||
_ Chattable = ReopenGeneralForumTopicConfig{}
|
||||
_ Chattable = HideGeneralForumTopicConfig{}
|
||||
_ Chattable = UnhideGeneralForumTopicConfig{}
|
||||
_ Chattable = SetCustomEmojiStickerSetThumbnalConfig{}
|
||||
_ Chattable = SetStickerSetTitleConfig{}
|
||||
_ Chattable = DeleteStickerSetConfig{}
|
||||
_ Chattable = SetStickerEmojiListConfig{}
|
||||
_ Chattable = SetStickerKeywordsConfig{}
|
||||
_ Chattable = SetStickerMaskPositionConfig{}
|
||||
_ Chattable = GetMyDescriptionConfig{}
|
||||
_ Chattable = SetMyDescriptionConfig{}
|
||||
_ Chattable = GetMyShortDescriptionConfig{}
|
||||
_ Chattable = SetMyShortDescriptionConfig{}
|
||||
)
|
||||
|
||||
// Ensure all Fileable types are correct.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue