521 B
521 B
Constructor: updateServiceNotification
Attributes:
Name | Type | Required |
---|---|---|
type | string | Required |
message | string | Required |
media | MessageMedia | Required |
popup | Bool | Required |
Type: Update
Example:
$updateServiceNotification = ['type' => string, 'message' => string, 'media' => MessageMedia, 'popup' => Bool, ];