account.ResetWebAuthorization
- class pyrogram.raw.functions.account.ResetWebAuthorization
Log out an active web telegram login session
- Details:
Layer:
223ID:
2D01B9EF
- Parameters:
hash (
int64-bit) – Session hash- Returns:
bool
TL Schema
account.resetWebAuthorization#2d01b9ef
hash:long
= Bool
Parameter Tree
ResetWebAuthorization
└── hash →
longExample
await app.invoke(
ResetWebAuthorization(
hash=0,
)
)