712 B
712 B
title | description |
---|---|
updateServiceNotification | updateServiceNotification attributes, type and example |
Constructor: updateServiceNotification
Attributes:
Name | Type | Required |
---|---|---|
type | string | Required |
message | string | Required |
media | MessageMedia | Required |
popup | Bool | Required |
Type: Update
Example:
$updateServiceNotification = ['_' => 'updateServiceNotification', 'type' => string, 'message' => string, 'media' => MessageMedia, 'popup' => Bool, ];