AuthorizationStateReady constructor

const AuthorizationStateReady({
  1. dynamic extra,
  2. int? clientId,
})

The user has been successfully authorized. TDLib is now ready to answer general requests

Implementation

const AuthorizationStateReady({
  this.extra,
  this.clientId,
});