Interface 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. Request type for Tdjson#getAuthorizationState.

interface GetAuthorizationState {
    @type: "getAuthorizationState";
}

Properties

Properties

@type: "getAuthorizationState"