MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / forceIsStreamedAnimation

Method forceIsStreamedAnimation

Telegram/SourceFiles/data/data_document.cpp:1788–1792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1786}
1787
1788void DocumentData::forceIsStreamedAnimation() {
1789 type = AnimatedDocument;
1790 _additional = nullptr;
1791 setMaybeSupportsStreaming(true);
1792}
1793
1794bool DocumentData::isMusicForProfile() const {
1795 return isSong();

Callers 1

reloadPromoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected