Interface ChatMembersFilterMention

Returns users which can be mentioned in the chat. Subtype of ChatMembersFilter.

interface ChatMembersFilterMention {
    @type: "chatMembersFilterMention";
    topic_id: MessageTopic;
}

Properties

Properties

@type: "chatMembersFilterMention"
topic_id: MessageTopic

Identifier of the topic in which the users will be mentioned; pass null if none.