MadelineProto/old_docs/API_docs_v40/constructors/updateServiceNotification.md

712 B

title description
updateServiceNotification updateServiceNotification attributes, type and example

Constructor: updateServiceNotification

Back to constructors index

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