Layer 227
ChannelParticipantsMentions
This filter is used when looking for supergroup members to mention. This filter will automatically remove anonymous admins, and return even non-participant users that replied to a specific thread through the comment section of a channel.
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 |
Returns
ChannelParticipantsFilterGogram Example
// Creating ChannelParticipantsMentions constructor obj := &tg.ChannelParticipantsMentions{ Q: "Hello, World!", TopMsgId: nil, }