Chats constructor

Chats({
  1. String? extra,
  2. int? client_id,
  3. int32? total_count,
  4. vector<int53>? chat_ids,
})

Implementation

Chats({
  super.extra,
  super.client_id,
  this.total_count,
  this.chat_ids,
});