# Method: help.getAppUpdate
Returns information on update availability for the current application.
# Parameters:
Name | Type | Description | Required |
---|---|---|---|
source | string | Source | Yes |
# Return type: help.AppUpdate
# Can bots use this method: NO
# MadelineProto Example (now async for huge speed and parallelism!):
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';
$MadelineProto = new \danog\MadelineProto\API('session.madeline');
$MadelineProto->start();
$help_AppUpdate = $MadelineProto->help->getAppUpdate(['source' => 'string', ]);
Or, if you’re into Lua:
help_AppUpdate = help.getAppUpdate({source='string', })
This site uses cookies, as described in the cookie policy. By clicking on "Accept" you consent to the use of cookies.