Improve phrasing for saved music.

This commit is contained in:
John Preston
2025-08-18 13:43:33 +04:00
parent dbaa7b5e67
commit 4f1c2788b8
15 changed files with 251 additions and 49 deletions
@@ -1712,6 +1712,10 @@ void DocumentData::forceIsStreamedAnimation() {
setMaybeSupportsStreaming(true);
}
bool DocumentData::isMusicForProfile() const {
return isSong();
}
bool DocumentData::isVoiceMessage() const {
return (type == VoiceDocument);
}