Update some forgotten items.

This commit is contained in:
Syfaro 2020-07-26 16:06:22 -05:00
parent a45216f441
commit f2cd95670d
4 changed files with 19 additions and 29 deletions

View file

@ -349,4 +349,6 @@ var (
_ Fileable = (*NewStickerSetConfig)(nil)
_ Fileable = (*AddStickerConfig)(nil)
_ Fileable = (*MediaGroupConfig)(nil)
_ Fileable = (*WebhookConfig)(nil)
_ Fileable = (*SetStickerSetThumbConfig)(nil)
)