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