account.GetWebAuthorizations
- class pyrogram.raw.functions.account.GetWebAuthorizations
Get web login widget authorizations
- Details:
Layer:
223ID:
182E6D6F
- Parameters:
No parameters required.
- Returns:
TL Schema
account.getWebAuthorizations#182e6d6f
= account.WebAuthorizations
Parameter Tree
GetWebAuthorizations
Example
await app.invoke(
GetWebAuthorizations(
)
)