aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/SpecialStickerSetType.h
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2022-07-15 15:24:08 +0300
committerlevlam <levlam@telegram.org>2022-07-15 15:24:08 +0300
commitd3b9b3b7c43f6a880f836f5335256bd4e87b7ff7 (patch)
tree972950a3e70e4600c064ebf9a2bf8905e395c801 /td/telegram/SpecialStickerSetType.h
parenta114133854167bdb34b5ed61e5e04716fe4f9151 (diff)
Support premium gifts special sticker set.
Diffstat (limited to 'td/telegram/SpecialStickerSetType.h')
-rw-r--r--td/telegram/SpecialStickerSetType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/SpecialStickerSetType.h b/td/telegram/SpecialStickerSetType.h
index 32045f3f5..3bd34a93e 100644
--- a/td/telegram/SpecialStickerSetType.h
+++ b/td/telegram/SpecialStickerSetType.h
@@ -29,6 +29,8 @@ class SpecialStickerSetType {
static SpecialStickerSetType animated_dice(const string &emoji);
+ static SpecialStickerSetType premium_gifts();
+
string get_dice_emoji() const;
bool is_empty() const {