Module tdlight.api

Class TdApi.GetAuthorizationState

Enclosing class:
TdApi

public static final class TdApi.GetAuthorizationState extends TdApi.Function<TdApi.AuthorizationState>
Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization. Returns AuthorizationState
  • Field Details

  • Constructor Details

    • GetAuthorizationState

      public GetAuthorizationState()
      Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization. Returns AuthorizationState
    • GetAuthorizationState

      public GetAuthorizationState(DataInput input) throws IOException
      Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization. Returns AuthorizationState
      Throws:
      IOException
  • Method Details