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.
type tg.ChannelParticipantsMentions struct { /* ... */ }
Implements ChannelParticipantsFilter.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Q | string | — | Filter by user name or username |
TopMsgID | int | — | Look only for users that posted in this thread |
References
- Official documentation
- Generated Go reference
- TL definition:
channelParticipantsMentions#e04b5ceb