Interface AuthorizationStateReady

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

interface AuthorizationStateReady {
    @type: "authorizationStateReady";
}

Properties

Properties

@type: "authorizationStateReady"