Skip to content

getChatInviteLinkMembers

Function · TDLib 1.8.67 · d1085f9c

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

getChatInviteLinkMembers(
  chat_id: int53,
  invite_link: string,
  only_with_expired_subscription: Bool,
  offset_member: ChatInviteLinkMember,
  limit: int32
) → ChatInviteLinkMembers

chat_id

int53

Chat identifier

string

Invite link for which to return chat members

only_with_expired_subscription

Bool

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

offset_member

ChatInviteLinkMember

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

limit

int32

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