Interface GetAuthorizationState

Returns the current authorization state. This is an offline method. 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"