UpdateChatNotificationSettings constructor
const
UpdateChatNotificationSettings({
- required int chatId,
- required ChatNotificationSettings notificationSettings,
- dynamic extra,
- int? clientId,
Notification settings for a chat were changed
Implementation
const UpdateChatNotificationSettings({
required this.chatId,
required this.notificationSettings,
this.extra,
this.clientId,
});