get_chat_invite_link_joiners()

Get the members who joined the chat with the invite link.

Usable by Users Bots
  • chat_id (int | str) – Unique identifier for the target chat or username of the target channel/supergroup (in the format @username). You can also use chat public link in form of t.me/<username> (str).

  • invite_link (str) – The invite link.

  • limit (int, optional) – Limits the number of invite links to be retrieved. By default, no limit is applied and all invite links are returned.

Generator – A generator yielding ChatJoiner objects.

ChatJoiner objects.