From 916f693c00ee268eb6553d0242873074775b3e51 Mon Sep 17 00:00:00 2001 From: LightningDev1 <59872288+LightningDev1@users.noreply.github.com> Date: Mon, 20 Feb 2023 23:36:18 +0100 Subject: [PATCH] Add GIF sticker format (#1330) * Add GIF sticker format * Replace tab with spaces --- structs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/structs.go b/structs.go index 1c29a7e..64e077f 100644 --- a/structs.go +++ b/structs.go @@ -622,6 +622,7 @@ const ( StickerFormatTypePNG StickerFormat = 1 StickerFormatTypeAPNG StickerFormat = 2 StickerFormatTypeLottie StickerFormat = 3 + StickerFormatTypeGIF StickerFormat = 4 ) // StickerType is the type of sticker.