get_chat_invite_link_joiners()
- Client.get_chat_invite_link_joiners()
Get the members who joined the chat with the invite link.
Usable by Users Bots
- Parameters:
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.
- Returns:
Generator
– A generator yieldingChatJoiner
objects.- Yields:
ChatJoiner
objects.