help.GetAppUpdate
- class pyrogram.raw.functions.help.GetAppUpdate
Returns information on update availability for the current application.
- Details:
Layer:
223ID:
522D5A7D
- Parameters:
source (
str) – Source- Returns:
TL Schema
help.getAppUpdate#522d5a7d
source:string
= help.AppUpdate
Parameter Tree
GetAppUpdate
└── source →
stringExample
await app.invoke(
GetAppUpdate(
source="text",
)
)