GetForumTopics constructor
GetForumTopics({})
Implementation
GetForumTopics({
required this.chatId,
required this.query,
required this.offsetDate,
required this.offsetMessageId,
required this.offsetForumTopicId,
required this.limit,
});