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).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.