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

Parameters

Name Type Description
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: "Hello, World!",
    // TopMsgId: 42,
}