1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 04:16:54 +01:00
MadelineProto/docs/TD_docs/constructors/authStateLoggingOut.md
2017-07-23 16:11:02 +02:00

633 B

title description
authStateLoggingOut User is currently logging out

Constructor: authStateLoggingOut

Back to constructors index

User is currently logging out

Attributes:

Name Type Required Description

Type: AuthState

Example:

$authStateLoggingOut = ['_' => 'authStateLoggingOut', ];

PWRTelegram json-encoded version:

{"_":"authStateLoggingOut"}

Or, if you're into Lua:

authStateLoggingOut={_='authStateLoggingOut', }