Skip to content
Sahri Riza Umami edited this page Jun 6, 2018 · 2 revisions

Closes the TDLib instance.
All databases will be flushed to disk and properly closed.
After the close completes, updateAuthorizationState with authorizationStateClosed will be sent.

close()

Example

  • Closes the TDLib instance.

    close()

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally