dialogs_quick_action.h 414 B

1234567891011121314151617181920212223
  1. /*
  2. This file is part of Telegram Desktop,
  3. the official desktop application for the Telegram messaging service.
  4. For license and copyright information please follow this link:
  5. https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
  6. */
  7. #pragma once
  8. namespace Dialogs::Ui {
  9. using namespace ::Ui;
  10. enum class QuickDialogAction {
  11. Mute,
  12. Pin,
  13. Read,
  14. Archive,
  15. Delete,
  16. Disabled,
  17. };
  18. } // namespace Dialogs::Ui