1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-13 22:27:21 +01:00
MadelineProto/docs/TD_docs/constructors/authStateOk.md

37 lines
541 B
Markdown
Raw Normal View History

---
title: authStateOk
description: User is successfully authorized. TDLib can answer queries
---
## Constructor: authStateOk
[Back to constructors index](index.md)
User is successfully authorized. TDLib can answer queries
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [AuthState](../types/AuthState.md)
### Example:
```
$authStateOk = ['_' => 'authStateOk', ];
```
Or, if you're into Lua:
```
authStateOk={_='authStateOk', }
```