auth.LoggedOut

class pyrogram.raw.types.auth.LoggedOut

Future auth token » to be used on subsequent authorizations

Constructor of LoggedOut.

Details:
  • Layer: 223

  • ID: C3A2835F

Parameters:

future_auth_token (bytes, optional) – 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(
)