Home
last modified time | relevance | path

Searched defs:is_masks (Results 1 – 5 of 5) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.cpp76 void send(bool is_masks, int64 hash) { in send()
251 void send(bool is_masks, StickerSetId offset_sticker_set_id, int32 limit) { in send()
624 void send(bool is_masks, const vector<StickerSetId> &sticker_set_ids) { in send()
2395 void StickersManager::reload_installed_sticker_sets(bool is_masks, bool force) { in reload_installed_sticker_sets()
2709 bool is_masks = set->masks_; in on_get_sticker_set() local
3069 void StickersManager::on_get_installed_sticker_sets(bool is_masks, in on_get_installed_sticker_sets()
3788 void StickersManager::on_load_installed_sticker_sets_finished(bool is_masks, in on_load_installed_sticker_sets_finished()
4790 bool is_masks, StickerSetId offset_sticker_set_id, in on_get_archived_sticker_sets()
5805 bool is_masks = pending_new_sticker_set->is_masks; in on_new_stickers_uploaded() local
6122 for (int is_masks = 0; is_masks < 2; is_masks++) { in send_update_installed_sticker_sets() local
[all …]
H A DStickersManager.hpp195 bool is_masks; in parse_sticker_set() local
H A DStickersManager.h382 bool is_masks = false; variable
399 bool is_masks = false; member
H A Dcli.cpp2411 bool is_masks; in on_cmd() local
2545 bool is_masks; in on_cmd() local
H A DTd.cpp2094 GetInstalledStickerSetsRequest(ActorShared<Td> td, uint64 request_id, bool is_masks) in GetInstalledStickerSetsRequest()
2117 …GetArchivedStickerSetsRequest(ActorShared<Td> td, uint64 request_id, bool is_masks, int64 offset_s… in GetArchivedStickerSetsRequest()
2222 …SearchInstalledStickerSetsRequest(ActorShared<Td> td, uint64 request_id, bool is_masks, string &&q… in SearchInstalledStickerSetsRequest()
2309bool is_masks, vector<tl_object_ptr<td_api::InputSticker>> &&stickers, string &&software) in CreateNewStickerSetRequest()