SetForumTopicNotificationSettings constructor
const
SetForumTopicNotificationSettings({
- required int chatId,
- required int messageThreadId,
- required ChatNotificationSettings notificationSettings,
Changes the notification settings of a forum topic
Implementation
const SetForumTopicNotificationSettings({
required this.chatId,
required this.messageThreadId,
required this.notificationSettings,
});