help.GetAppUpdate

class pyrogram.raw.functions.help.GetAppUpdate

Returns information on update availability for the current application.

Details:
  • Layer: 223

  • ID: 522D5A7D

Parameters:

source (str) – Source

Returns:

help.AppUpdate

TL Schema

help.getAppUpdate#522d5a7d
source:string

= help.AppUpdate

Parameter Tree

GetAppUpdate
└── sourcestring

Example

await app.invoke(
    GetAppUpdate(
        source="text",
    )
)