updateChatDefaultDisableNotification property

UpdateChatDefaultDisableNotification? updateChatDefaultDisableNotification

The value of the default disable_notification parameter, used when a message is sent to the chat, was changed

Implementation

UpdateChatDefaultDisableNotification?
    get updateChatDefaultDisableNotification {
  if (this is UpdateChatDefaultDisableNotification) {
    return this as UpdateChatDefaultDisableNotification;
  }
  return null;
}