format_song_document_name.h 534 B

12345678910111213141516171819202122
  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. #include "ui/text/format_song_name.h"
  9. class DocumentData;
  10. namespace Ui::Text {
  11. [[nodiscard]] FormatSongName FormatSongNameFor(
  12. not_null<DocumentData*> document);
  13. [[nodiscard]] TextWithEntities FormatDownloadsName(
  14. not_null<DocumentData*> document);
  15. } // namespace Ui::Text