541 B
541 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', ];
Or, if you're into Lua:
authStateOk={_='authStateOk', }