Chat.export_invite_link()¶
- async Chat.export_invite_link()[source]¶
Bound method export_invite_link of
Chat.Use as a shortcut for:
client.export_chat_invite_link(123456789)
Example
chat.export_invite_link()
- Returns:
str– On success, the exported invite link is returned.- Raises:
ValueError – In case the chat_id belongs to a user.