1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 22:17:45 +01:00
MadelineProto/docs/API_docs/constructors/updateServiceNotification.md
2016-12-20 13:15:22 +01:00

639 B

title
updateServiceNotification

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