By Admin on Monday, 31 May 2021
Category: All

Telegram Get Members

Telegram API allows to get information about members of a SuperGroup. Use the method GetSuperGroupMembers to get information about members or banned users in a supergroup or channel. Can be used only if SupergroupFullInfo.can_get_members is true; additionally, administrator privileges may be required for some filters.

By default the method returns All members of the group, but you can filter the members returned using the Filter parameter. From sgcWebSockets 4.5.0 this method has been improved to allow to filter the members using a set of parameters.

Filters 

There are the following parameters:


You can read the result of the result using OnEvent callback and filtering by event = "chatMembers".

Related Posts