CloseChat constructor

CloseChat(
  1. {required int chat_id,
  2. int? extra,
  3. int? clientId}
)

Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed

Returns Ok

Implementation

CloseChat