TDLib v0.0.2 TDLib.Method.CheckChatInviteLink View Source
Checks the validity of an invite link for a chat and returns information about the corresponding chat.
Returns object_ptr
Name | Type | Description |
---|---|---|
invite_link | string | Invite link to be checked; should begin with “<a href=”https://t.me/joinchat/“,”>https://t.me/joinchat/", “<a href=”https://telegram.me/joinchat/“,”>https://telegram.me/joinchat/", or “<a href=”https://telegram.dog/joinchat/“”>https://telegram.dog/joinchat/". |
More details on telegram’s documentation.