diff options
| author | levlam <levlam@telegram.org> | 2021-09-15 14:44:11 +0300 |
|---|---|---|
| committer | levlam <levlam@telegram.org> | 2021-09-15 14:44:11 +0300 |
| commit | dcd8f3bfd0a5c2a60bd601f62c593efb59764d98 (patch) | |
| tree | 1190170b9564e59d67e21393394cc468ea7a922b /td/telegram/SpecialStickerSetType.h | |
| parent | 02ae56ae8a209755134efdf1c6c41d1769991e61 (diff) | |
Add animated_emoji_click_sticker_set_name.
Diffstat (limited to 'td/telegram/SpecialStickerSetType.h')
| -rw-r--r-- | td/telegram/SpecialStickerSetType.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/td/telegram/SpecialStickerSetType.h b/td/telegram/SpecialStickerSetType.h index 94cb9f6c7..5a25c0188 100644 --- a/td/telegram/SpecialStickerSetType.h +++ b/td/telegram/SpecialStickerSetType.h @@ -17,6 +17,8 @@ struct SpecialStickerSetType { static string animated_emoji(); + static string animated_emoji_click(); + static string animated_dice(const string &emoji); string get_dice_emoji() const; |
