Interface SearchMessagesFilterMention

Returns only messages with mentions of the current user, or messages that are replies to their messages. Subtype of SearchMessagesFilter.

interface SearchMessagesFilterMention {
    @type: "searchMessagesFilterMention";
}

Properties

Properties

@type: "searchMessagesFilterMention"