MadelineProto/docs/TD_docs/constructors/authStateLoggingOut.md

44 lines
630 B
Markdown
Raw Normal View History

---
title: authStateLoggingOut
description: User is currently logging out
---
## Constructor: authStateLoggingOut
[Back to constructors index](index.md)
User is currently logging out
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [AuthState](../types/AuthState.md)
### Example:
```
2017-07-23 16:33:46 +02:00
$authStateLoggingOut = ['_' => 'authStateLoggingOut'];
```
2017-07-23 16:11:02 +02:00
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
2017-07-23 16:33:46 +02:00
{"_": "authStateLoggingOut"}
2017-07-23 16:11:02 +02:00
```
Or, if you're into Lua:
```
2017-07-23 16:33:46 +02:00
authStateLoggingOut={_='authStateLoggingOut'}
```