auth.LoggedOut
- class pyrogram.raw.base.auth.LoggedOut
Future auth token » to be used on subsequent authorizations
- Constructors:
This base type has 1 constructor available.
Future auth token » to be used on subsequent authorizations
- Functions:
This object can be returned by 1 function.
Logs out the user.
TL Schema
auth.loggedOut#c3a2835f
flags:#
future_auth_token:flags.0?bytes
= auth.LoggedOut
Parameter Tree
LoggedOut
└── future_auth_token →
bytes (optional)Example
LoggedOut(
future_auth_token=b"data",
)