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.

auth.LoggedOut

Future auth token » to be used on subsequent authorizations

Functions:

This object can be returned by 1 function.

auth.LogOut

Logs out the user.

TL Schema

auth.loggedOut#c3a2835f
flags:#
future_auth_token:flags.0?bytes

= auth.LoggedOut

Parameter Tree

LoggedOut
└── future_auth_tokenbytes (optional)

Example

LoggedOut(
    future_auth_token=b"data",
)