Home
last modified time | relevance | path

Searched refs:sticker_ids (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.hpp129 size_t stickers_limit = with_stickers ? sticker_set->sticker_ids.size() : 5; in store_sticker_set()
130 bool is_full = sticker_set->sticker_ids.size() <= stickers_limit; in store_sticker_set()
169 …auto stored_sticker_count = narrow_cast<uint32>(is_full ? sticker_set->sticker_ids.size() : sticke… in store_sticker_set()
172 auto sticker_id = sticker_set->sticker_ids[i]; in store_sticker_set()
285 sticker_set->sticker_ids.clear(); in parse_sticker_set()
298 sticker_set->sticker_ids.push_back(sticker_id); in parse_sticker_set()
311 auto &sticker_ids = sticker_set->emoji_stickers_map_[remove_emoji_modifiers(emoji).str()]; in parse_sticker_set() local
312 if (sticker_ids.empty() || sticker_ids.back() != sticker_id) { in parse_sticker_set()
313 sticker_ids.push_back(sticker_id); in parse_sticker_set()
H A DStickersManager.cpp1171 vector<FileId> sticker_ids; member in td::StickersManager::StickerListLogEvent
1175 explicit StickerListLogEvent(vector<FileId> sticker_ids) : sticker_ids(std::move(sticker_ids)) { in StickerListLogEvent() argument
1191 sticker_ids.resize(size); in parse()
2843 auto &sticker_ids = sticker_set->sticker_ids; in on_get_sticker_set_covered() local
2866 auto &sticker_ids = sticker_set->sticker_ids; in on_get_sticker_set_covered() local
2935 s->sticker_ids.clear(); in on_get_messages_sticker_set()
3379 return vector<FileId>(sticker_ids.begin(), sticker_ids.begin() + result_size); in search_stickers()
6390 if (!sticker_ids.empty() && is_equal(sticker_ids[0])) { in add_recent_sticker_impl()
6418 auto it = std::find_if(sticker_ids.begin(), sticker_ids.end(), is_equal); in add_recent_sticker_impl()
6473 if (sticker_ids.empty()) { in clear_recent_stickers()
[all …]
H A DStickersManager.h55 tl_object_ptr<td_api::stickers> get_stickers_object(const vector<FileId> &sticker_ids) const;
374 vector<FileId> sticker_ids; variable
508 int64 get_recent_stickers_hash(const vector<FileId> &sticker_ids) const;
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl3902 …deo files was updated, otherwise the list of sent stickers is updated @sticker_ids The new list of…
3903 updateRecentStickers is_attached:Bool sticker_ids:vector<int32> = Update;
3905 //@description The list of favorite stickers was updated @sticker_ids The new list of file identifi…
3906 updateFavoriteStickers sticker_ids:vector<int32> = Update;