UpdateChatDefaultDisableNotification constructor

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

Implementation

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