aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/StickerFormat.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-01-25 15:27:06 +0300
committerlevlam <levlam@telegram.org>2022-01-25 15:27:06 +0300
commite2d1824edc03bcf38850e3f9e91c2beea4e4da26 (patch)
treed16eb6f6240f8813fd05ed8b14ca5c7d8d59e016 /td/telegram/StickerFormat.h
parentd6bb83dc0e4e6f7036abd0d5996b33db285dfa22 (diff)
Add stickerFormatWebpMask.
Diffstat (limited to 'td/telegram/StickerFormat.h')
-rw-r--r--td/telegram/StickerFormat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/td/telegram/StickerFormat.h b/td/telegram/StickerFormat.h
index f3eec756b..73a7ff9bf 100644
--- a/td/telegram/StickerFormat.h
+++ b/td/telegram/StickerFormat.h
@@ -19,7 +19,8 @@ enum class StickerFormat : int32 { Unknown, Webp, Tgs, Webm };
StickerFormat get_sticker_format(Slice mime_type);
-td_api::object_ptr<td_api::StickerFormat> get_sticker_format_object(StickerFormat sticker_format);
+td_api::object_ptr<td_api::StickerFormat> get_sticker_format_object(
+ StickerFormat sticker_format, bool is_masks, td_api::object_ptr<td_api::maskPosition> mask_position);
string get_sticker_format_mime_type(StickerFormat sticker_format);