ToggleChatDefaultDisableNotification constructor

ToggleChatDefaultDisableNotification({
  1. required int chatId,
  2. required bool defaultDisableNotification,
})

Implementation

ToggleChatDefaultDisableNotification({
  required this.chatId,
  required this.defaultDisableNotification,
});