Add GIF sticker format (#1330)
* Add GIF sticker format * Replace tab with spaces
This commit is contained in:
parent
cbf9908143
commit
916f693c00
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ const (
|
|||
StickerFormatTypePNG StickerFormat = 1
|
||||
StickerFormatTypeAPNG StickerFormat = 2
|
||||
StickerFormatTypeLottie StickerFormat = 3
|
||||
StickerFormatTypeGIF StickerFormat = 4
|
||||
)
|
||||
|
||||
// StickerType is the type of sticker.
|
||||
|
|
Loading…
Reference in a new issue