Interface GetCurrentState

Returns all updates needed to restore current TDLib state, i.e. all actual updateAuthorizationState/updateUser/updateNewChat and others. This is especially useful if TDLib is run in a separate process. Can be called before initialization. Request type for Tdjson#getCurrentState.

interface GetCurrentState {
    @type: "getCurrentState";
}

Properties

Properties

@type: "getCurrentState"