mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
556 B
556 B
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, ];