mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 01:46:55 +01:00
630 B
630 B
title | description |
---|---|
authStateOk | User is successfully authorized. TDLib can answer queries |
Constructor: authStateOk
User is successfully authorized. TDLib can answer queries
Attributes:
Name | Type | Required | Description |
---|
Type: AuthState
Example:
$authStateOk = ['_' => 'authStateOk'];
PWRTelegram json-encoded version:
{"_": "authStateOk"}
Or, if you're into Lua:
authStateOk={_='authStateOk'}