LoadChats constructor

LoadChats({
  1. String? extra,
  2. int? client_id,
  3. ChatList? chat_list,
  4. int32? limit,
})

Implementation

LoadChats({
  super.extra,
  super.client_id,
  this.chat_list,
  this.limit,
});