Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DMessagesManager.cpp12639 auto r_muted_count = to_integer_safe<int32>(muted_count); in init() local
12640 if (r_total_count.is_error() || r_muted_count.is_error()) { in init()
12647 list->unread_message_muted_count_ = r_muted_count.ok(); in init()