MadelineProto/docs/API_docs_46/constructors/updateServiceNotification.md

719 B

title description
updateServiceNotification updateServiceNotification attributes, type and example

Constructor: updateServiceNotification

Back to constructors index

Attributes:

Name Type Required
type string Required
message_text string Required
media MessageMedia Required
popup Bool Required

Type: Update

Example:

$updateServiceNotification = ['_' => 'updateServiceNotification', 'type' => string, 'message_text' => string, 'media' => MessageMedia, 'popup' => Bool, ];