MessagesGetForumTopics constructor

const MessagesGetForumTopics({
  1. required InputPeerBase peer,
  2. String? q,
  3. required DateTime offsetDate,
  4. required int offsetId,
  5. required int offsetTopic,
  6. required int limit,
})

Messages Get Forum Topics constructor.

Implementation

const MessagesGetForumTopics({
  required this.peer,
  this.q,
  required this.offsetDate,
  required this.offsetId,
  required this.offsetTopic,
  required this.limit,
}) : super._();