981 B
981 B
title | description | image |
---|---|---|
help.appUpdate | help_appUpdate attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.appUpdate
Attributes:
Name | Type | Required |
---|---|---|
id | int | Yes |
critical | Bool | Yes |
url | string | Yes |
text | string | Yes |
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'}