2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-24 11:17:10 +00:00
tdesktop/Telegram/SourceFiles/ui/text/format_song_document_name.h

23 lines
534 B
C
Raw Permalink Normal View History

/*
This file is part of Telegram Desktop,
the official desktop application for the Telegram messaging service.
For license and copyright information please follow this link:
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
*/
#pragma once
#include "ui/text/format_song_name.h"
class DocumentData;
namespace Ui::Text {
[[nodiscard]] FormatSongName FormatSongNameFor(
not_null<DocumentData*> document);
2022-02-27 17:34:22 +03:00
[[nodiscard]] TextWithEntities FormatDownloadsName(
not_null<DocumentData*> document);
} // namespace Ui::Text