update_business_intro()¶
- async Client.update_business_intro()¶
Update your business intro (title, description, sticker).
Usable by Users Bots- Parameters:
intro (raw.types.InputBusinessIntro) – Business intro with title, description, and optional sticker
- Returns:
bool– True on success.
Example
await app.update_business_intro(...)