Add GIF sticker format (#1330)

* Add GIF sticker format

* Replace tab with spaces
This commit is contained in:
LightningDev1 2023-02-20 23:36:18 +01:00 committed by GitHub
parent cbf9908143
commit 916f693c00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -622,6 +622,7 @@ const (
StickerFormatTypePNG StickerFormat = 1
StickerFormatTypeAPNG StickerFormat = 2
StickerFormatTypeLottie StickerFormat = 3
StickerFormatTypeGIF StickerFormat = 4
)
// StickerType is the type of sticker.