1.2 KiB
1.2 KiB
title | description | image |
---|---|---|
help.appUpdate | App update | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.appUpdate
App update
Attributes:
Name | Type | Required | Description |
---|---|---|---|
popup | Bool | Optional | Popup? |
id | int | Yes | ID |
version | string | Yes | Version |
text | string | Yes | Text |
entities | Array of MessageEntity | Yes | Entities |
document | Document | Optional | Document |
url | string | Optional | URL |
Type: help_AppUpdate
Example:
$help_appUpdate = ['_' => 'help.appUpdate', 'popup' => Bool, 'id' => int, 'version' => 'string', 'text' => 'string', 'entities' => [MessageEntity, MessageEntity], 'document' => Document, 'url' => 'string'];
Or, if you're into Lua:
help_appUpdate={_='help.appUpdate', popup=Bool, id=int, version='string', text='string', entities={MessageEntity}, document=Document, url='string'}