ToggleChatDefaultDisableNotification constructor

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

Changes the value of the default disable_notification parameter, used when a message is sent to a chat

Implementation

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