Merge branch 'master' into develop

This commit is contained in:
Syfaro 2020-11-05 23:29:48 -05:00
parent 18c023f584
commit 366879b110
8 changed files with 2494 additions and 795 deletions

View file

@ -310,6 +310,7 @@ var (
_ Chattable = MessageConfig{}
_ Chattable = PhotoConfig{}
_ Chattable = PinChatMessageConfig{}
_ Chattable = PreCheckoutConfig{}
_ Chattable = PromoteChatMemberConfig{}
_ Chattable = RemoveWebhookConfig{}
_ Chattable = RestrictChatMemberConfig{}
@ -318,6 +319,7 @@ var (
_ Chattable = SetChatPhotoConfig{}
_ Chattable = SetChatTitleConfig{}
_ Chattable = SetGameScoreConfig{}
_ Chattable = ShippingConfig{}
_ Chattable = StickerConfig{}
_ Chattable = StopPollConfig{}
_ Chattable = StopMessageLiveLocationConfig{}