SetForumTopicNotificationSettings constructor

const SetForumTopicNotificationSettings({
  1. required int chatId,
  2. required int messageThreadId,
  3. required ChatNotificationSettings notificationSettings,
})

Changes the notification settings of a forum topic

Implementation

const SetForumTopicNotificationSettings({
  required this.chatId,
  required this.messageThreadId,
  required this.notificationSettings,
});