Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogParticipant.cpp824 … auto mention_filter = static_cast<const td_api::supergroupMembersFilterMention *>(filter.get()); in ChannelParticipantsFilter() local
826 query_ = mention_filter->query_; in ChannelParticipantsFilter()
827 top_thread_message_id_ = MessageId(mention_filter->message_thread_id_); in ChannelParticipantsFilter()
918 auto mention_filter = static_cast<const td_api::chatMembersFilterMention *>(filter.get()); in DialogParticipantsFilter() local
919 top_thread_message_id_ = MessageId(mention_filter->message_thread_id_); in DialogParticipantsFilter()