UpdateForumTopic constructor
UpdateForumTopic({
- required int chatId,
- required int forumTopicId,
- required bool isPinned,
- required int lastReadInboxMessageId,
- required int lastReadOutboxMessageId,
- required int unreadMentionCount,
- required int unreadReactionCount,
- required int unreadPollVoteCount,
- ChatNotificationSettings? notificationSettings,
- DraftMessage? draftMessage,
Implementation
UpdateForumTopic({
required this.chatId,
required this.forumTopicId,
required this.isPinned,
required this.lastReadInboxMessageId,
required this.lastReadOutboxMessageId,
required this.unreadMentionCount,
required this.unreadReactionCount,
required this.unreadPollVoteCount,
this.notificationSettings,
this.draftMessage,
});