Interface Close

Closes the TDLib instance. All databases will be flushed to disk and properly closed. After the close completes, updateAuthorizationState with authorizationStateClosed will be sent. Can be called before initialization. Request type for Tdjson#close.

interface Close {
    @type: "close";
}

Properties

Properties

@type: "close"