1013 B
1013 B
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 |
---|---|---|---|
id | int | Yes | ID |
critical | Bool | Yes | Critical? |
url | string | Yes | URL |
text | string | Yes | Text |
Type: help_AppUpdate
Example:
$help_appUpdate = ['_' => 'help.appUpdate', 'id' => int, 'critical' => Bool, 'url' => 'string', 'text' => 'string'];
PWRTelegram json-encoded version:
{"_": "help.appUpdate", "id": int, "critical": Bool, "url": "string", "text": "string"}
Or, if you're into Lua:
help_appUpdate={_='help.appUpdate', id=int, critical=Bool, url='string', text='string'}