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

908 B

title description nav_exclude image
inputBusinessGreetingMessage inputBusinessGreetingMessage attributes, type and example true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputBusinessGreetingMessage

Back to constructors index

Attributes:

Name Type Required
shortcut_id int Yes
recipients InputBusinessRecipients Yes
no_activity_days int Yes

Type: InputBusinessGreetingMessage

Example:

$inputBusinessGreetingMessage = ['_' => 'inputBusinessGreetingMessage', 'shortcut_id' => int, 'recipients' => InputBusinessRecipients, 'no_activity_days' => int];