mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
908 B
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
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];