SetForumTopicNotificationSettings constructor
SetForumTopicNotificationSettings({
- required int chatId,
- required int forumTopicId,
- ChatNotificationSettings? notificationSettings,
Implementation
SetForumTopicNotificationSettings({
required this.chatId,
required this.forumTopicId,
this.notificationSettings,
});