UpdateChatDefaultDisableNotification constructor
const
UpdateChatDefaultDisableNotification({})
The value of the default disable_notification parameter, used when a message is sent to the chat, was changed
Implementation
const UpdateChatDefaultDisableNotification({
required this.chatId,
required this.defaultDisableNotification,
this.extra,
this.clientId,
});