2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Added ability to show song cover in HistoryView and Overview::Layout.

This commit is contained in:
23rd
2021-01-09 22:52:55 +03:00
parent a483eb98a1
commit 8fffe7d128
7 changed files with 93 additions and 18 deletions

View File

@@ -139,6 +139,7 @@ public:
[[nodiscard]] bool isVoiceMessage() const;
[[nodiscard]] bool isVideoMessage() const;
[[nodiscard]] bool isSong() const;
[[nodiscard]] bool isSongWithCover() const;
[[nodiscard]] bool isAudioFile() const;
[[nodiscard]] bool isVideoFile() const;
[[nodiscard]] bool isAnimation() const;