GetForumTopics constructor

GetForumTopics({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. string? query,
  5. int32? offset_date,
  6. int53? offset_message_id,
  7. int53? offset_message_thread_id,
  8. int32? limit,
})

Implementation

GetForumTopics({
  super.extra,
  super.client_id,
  this.chat_id,
  this.query,
  this.offset_date,
  this.offset_message_id,
  this.offset_message_thread_id,
  this.limit,
});