- API ›
- Constructors ›
- ChannelParticipantsMentions
ChannelParticipantsMentions
---types--- channelParticipantsMentions#e04b5ceb q:flags.0?string top_msg_id:flags.1?int = ChannelParticipantsFilter
Belongs to
| ChannelParticipantsFilter |
In Rust this constructor is a variant of the enums::ChannelParticipantsFilter enum.
Match on it with: if let enums::ChannelParticipantsFilter::ChannelParticipantsMentions(v) = result { ... }
Parameters
Used by
| GetParticipants |