Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.h442 class StickerListLogEvent; variable
H A DStickersManager.cpp1169 class StickersManager::StickerListLogEvent { class in td::StickersManager
1173 StickerListLogEvent() = default;
1175 explicit StickerListLogEvent(vector<FileId> sticker_ids) : sticker_ids(std::move(sticker_ids)) { in StickerListLogEvent() function in td::StickersManager::StickerListLogEvent
6228 StickerListLogEvent log_event; in on_load_recent_stickers_from_database()
6518 StickerListLogEvent log_event(recent_sticker_ids_[is_attached]); in save_recent_stickers_to_database()
6632 StickerListLogEvent log_event; in on_load_favorite_stickers_from_database()
6889 StickerListLogEvent log_event(favorite_sticker_ids_); in save_favorite_stickers_to_database()