Layer 220
constructor
channelParticipantsMentions#e04b5ceb flags:# q:flags.0?string top_msg_id:flags.1?int = ChannelParticipantsFilter;

Parameters

Name Type Description
Flags # Flags, see TL conditional fields
Q flags.0?string Filter by user name or username
TopMsgId flags.1?int Look only for users that posted in this thread

Gogram Example

// Creating ChannelParticipantsMentions constructor
obj := &tg.ChannelParticipantsMentions{

    // Optional fields:
    // Q: "...",
    // TopMsgId: 0,
}