mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
858 B
858 B
title | description | nav_exclude | image |
---|---|---|---|
businessGreetingMessage | businessGreetingMessage attributes, type and example | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: businessGreetingMessage
Attributes:
Name | Type | Required |
---|---|---|
shortcut_id | int | Yes |
recipients | BusinessRecipients | Yes |
no_activity_days | int | Yes |
Type: BusinessGreetingMessage
Example:
$businessGreetingMessage = ['_' => 'businessGreetingMessage', 'shortcut_id' => int, 'recipients' => BusinessRecipients, 'no_activity_days' => int];