Home
last modified time | relevance | path

Searched refs:special_sticker_sets_ (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h788 …red_map<SpecialStickerSetType, SpecialStickerSet, SpecialStickerSetTypeHash> special_sticker_sets_; variable
H A DStickersManager.cpp1317 auto &result = special_sticker_sets_[type]; in add_special_sticker_set()
1828 auto it = special_sticker_sets_.find(SpecialStickerSetType::animated_dice(emoji)); in get_dice_stickers_object()
1829 if (it == special_sticker_sets_.end()) { in get_dice_stickers_object()