GetChatHistory constructor

GetChatHistory({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? from_message_id,
  5. int32? offset,
  6. int32? limit,
  7. Bool? only_local,
})

Implementation

GetChatHistory({
  super.extra,
  super.client_id,
  this.chat_id,
  this.from_message_id,
  this.offset,
  this.limit,
  this.only_local,
});