ChatMembersFilter¶
- class pyrogram.enums.ChatMembersFilter¶
Chat members filter enumeration used in
get_chat_members()-
SEARCH =
<class 'pyrogram.raw.types.channel_participants_search.ChannelParticipantsSearch'>¶ Search for members
-
BANNED =
<class 'pyrogram.raw.types.channel_participants_kicked.ChannelParticipantsKicked'>¶ Banned members
-
RESTRICTED =
<class 'pyrogram.raw.types.channel_participants_banned.ChannelParticipantsBanned'>¶ Restricted members
-
BOTS =
<class 'pyrogram.raw.types.channel_participants_bots.ChannelParticipantsBots'>¶ Bots
-
RECENT =
<class 'pyrogram.raw.types.channel_participants_recent.ChannelParticipantsRecent'>¶ Recently active members
-
ADMINISTRATORS =
<class 'pyrogram.raw.types.channel_participants_admins.ChannelParticipantsAdmins'>¶ Administrators
-
SEARCH =