MadelineProtoDocs/docs/API_docs/constructors/businessGreetingMessage.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];