Close constructor

Close(
  1. {int? extra,
  2. int? clientId}
)

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

Returns Ok

Implementation

Close