DeleteChat constructor

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

Deletes a chat along with all messages in the corresponding chat for all chat members. For group chats this will release the usernames and remove all members.

Returns Ok

Implementation

DeleteChat