update_business_greeting_message()

async Client.update_business_greeting_message()

Set an automatic greeting message for new conversations.

Usable by Users Bots
Parameters:

message (raw.types.InputBusinessGreetingMessage) – Greeting message config (shortcut_id + recipients + no_activity_days)

Returns:

Message

Example

await app.update_business_greeting_message(...)