View Source ExTDLib.Method.GetChatInviteLinkMembers (ExTDLib v0.0.4)

Returns chat members joined a chat via an invite link. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. Returns object_ptr<ChatInviteLinkMembers>.

NameTypeDescription
chat_idstringChat identifier.
invite_linkstringInvite link for which to return chat members.
offset_memberchatInviteLinkMemberA chat member from which to return next chat members; pass null to get results from the beginning.
limitnumberThe maximum number of chat members to return; up to 100.

More details on telegram's documentation.