get_chat_invite_link_joiners_count()#
- Client.get_chat_invite_link_joiners_count()#
Get the count of 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.
- Returns:
int
– On success, the joined chat members count is returned.