FoundChatMessages constructor

FoundChatMessages({
  1. String? extra,
  2. int? client_id,
  3. int32? total_count,
  4. vector<Message>? messages,
  5. int53? next_from_message_id,
})

Implementation

FoundChatMessages({
  super.extra,
  super.client_id,
  this.total_count,
  this.messages,
  this.next_from_message_id,
});