MadelineProtoDocs/docs/TD_docs/methods/getChannelMembers.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.1 KiB

title description image
getChannelMembers Returns information about channel members or banned users. Can be used only if channel_full->can_get_members == true. Administrator privileges may be additionally needed for some filters https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Method: getChannelMembers

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Returns information about channel members or banned users. Can be used only if channel_full->can_get_members == true. Administrator privileges may be additionally needed for some filters

Parameters:

Name Type Required Description
channel_id int Yes Identifier of the channel
filter ChannelMembersFilter Yes Kind of channel users to return, defaults to channelMembersRecent
offset int Yes Number of channel users to skip
limit int Yes Maximum number of users be returned, can't be greater than 200

Return type: ChatMembers