diff options
| author | levlam <levlam@telegram.org> | 2022-09-02 13:59:49 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2022-09-02 13:59:49 +0300 |
| commit | 899ceecab171743da2fed746b0654b4250d6ca84 (patch) | |
| tree | f128486a93eaf97fb2a54917dd2e60eec646af28 /td/telegram/SpecialStickerSetType.h | |
| parent | e212d9c62a52e143ca39f6dbe1f7ed146fd0cc77 (diff) | |
Support new special sticker set types.
Diffstat (limited to 'td/telegram/SpecialStickerSetType.h')
| -rw-r--r-- | td/telegram/SpecialStickerSetType.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/td/telegram/SpecialStickerSetType.h b/td/telegram/SpecialStickerSetType.h index 3bd34a93e..7f80f7a71 100644 --- a/td/telegram/SpecialStickerSetType.h +++ b/td/telegram/SpecialStickerSetType.h @@ -31,6 +31,10 @@ class SpecialStickerSetType { static SpecialStickerSetType premium_gifts(); + static SpecialStickerSetType generic_animations(); + + static SpecialStickerSetType default_statuses(); + string get_dice_emoji() const; bool is_empty() const { |
