DeleteChatHistory constructor

DeleteChatHistory({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. Bool? remove_from_chat_list,
  5. Bool? revoke,
})

Implementation

DeleteChatHistory({
  super.extra,
  super.client_id,
  this.chat_id,
  this.remove_from_chat_list,
  this.revoke,
});