telegram api type · layer 229
ChannelParticipantsFilter
Filter for fetching channel participants
constructors (8)
| constructor | id | description |
|---|---|---|
| channelParticipantsRecent | #de3f3c79 | Fetch only recent participants |
| channelParticipantsAdmins | #b4608969 | Fetch only admin participants |
| channelParticipantsKicked | #a3b54985 | Fetch only kicked participants |
| channelParticipantsBots | #b0d1865b | Fetch only bot participants |
| channelParticipantsBanned | #1427a5e1 | Fetch only banned participants |
| channelParticipantsSearch | #0656ac4b | Query participants by name |
| channelParticipantsContacts | #bb6ae88d | Fetch only participants that are also contacts |
| channelParticipantsMentions | #e04b5ceb | 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. |