Layer 227
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{
    Q: "Hello, World!",
    TopMsgId: nil,
}