Skip to content

Commit

Permalink
Add GIF sticker format (#1330)
Browse files Browse the repository at this point in the history
* Add GIF sticker format

* Replace tab with spaces
  • Loading branch information
LightningDev1 committed Feb 20, 2023
1 parent cbf9908 commit 916f693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ const (
StickerFormatTypePNG StickerFormat = 1
StickerFormatTypeAPNG StickerFormat = 2
StickerFormatTypeLottie StickerFormat = 3
StickerFormatTypeGIF StickerFormat = 4
)

// StickerType is the type of sticker.
Expand Down

0 comments on commit 916f693

Please sign in to comment.