ToggleChatDefaultDisableNotification constructor
const
ToggleChatDefaultDisableNotification({})
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,
});