MadelineProto/docs/API_docs/constructors/updateServiceNotification.md
2016-12-20 13:32:11 +01:00

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