Add types_tests for bot api 6.6 and replace PNGSticker and TGSSticker with the parameters sticker

This commit is contained in:
OvyFlash 2023-07-04 23:00:35 +03:00
parent a4b5cdb16f
commit 2d0a34c34b
2 changed files with 16 additions and 28 deletions

View file

@ -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.