get_chat_invite_link_members


Description:

public async ChatInviteLinkMembers get_chat_invite_link_members (int64 chat_id, string invite_link, bool only_with_expired_subscription, ChatInviteLinkMember offset_member, int32 limit) throws TDLibError

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

Parameters:

chat_id

Chat identifier

invite_link

Invite link for which to return chat members

only_with_expired_subscription

Pass true if the link is a subscription link and only members with expired subscription must be returned

offset_member

A chat member from which to return next chat members; pass null to get results from the beginning

limit

The maximum number of chat members to return; up to 100