GetForumTopics constructor
const
GetForumTopics({})
Returns found forum topics in a forum chat. This is a temporary method for getting information about topic list from the server
Implementation
const GetForumTopics({
required this.chatId,
required this.query,
required this.offsetDate,
required this.offsetMessageId,
required this.offsetMessageThreadId,
required this.limit,
});