Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DStickersManager.cpp1342 auto r_sticker_set_access_hash = to_integer_safe<int64>(parts[1]); in load_special_sticker_set_info_from_binlog() local
1344 if (r_sticker_set_id.is_error() || r_sticker_set_access_hash.is_error() || in load_special_sticker_set_info_from_binlog()
1348 … init_special_sticker_set(sticker_set, r_sticker_set_id.ok(), r_sticker_set_access_hash.ok(), in load_special_sticker_set_info_from_binlog()