AuthorizationStateReady constructor
const
AuthorizationStateReady({
- dynamic extra,
- int? clientId,
The user has been successfully authorized. TDLib is now ready to answer queries
Implementation
const AuthorizationStateReady({
this.extra,
this.clientId,
});