create_business_chat_link()¶
- async Client.create_business_chat_link()¶
Create a business chat link with a predefined message.
Usable by Users Bots- Parameters:
link (raw.types.InputBusinessChatLink) – The chat link config (message, entities, title)
- Returns:
BusinessChatLink
Example
await app.create_business_chat_link(...)