994 B
994 B
title | description | image |
---|---|---|
updateServiceNotification | Update service notification | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateServiceNotification
Update service notification
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | Type |
message | string | Yes | Message |
media | MessageMedia | Optional | Media |
popup | Bool | Yes | Popup? |
Type: Update
Example:
$updateServiceNotification = ['_' => 'updateServiceNotification', 'type' => 'string', 'message' => 'string', 'media' => MessageMedia, 'popup' => Bool];
Or, if you're into Lua:
updateServiceNotification={_='updateServiceNotification', type='string', message='string', media=MessageMedia, popup=Bool}