Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isVideoFile
Method
isVideoFile
Telegram/SourceFiles/data/data_document.cpp:1864–1866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1862
}
1863
1864
bool DocumentData::isVideoFile() const {
1865
return (type == VideoDocument);
1866
}
1867
1868
bool DocumentData::isSilentVideo() const {
1869
return _flags & Flag::SilentVideo;
Callers
15
updatePowerSaveBlocker
Method · 0.45
canShareAtTime
Method · 0.45
sharedMediaType
Method · 0.45
displayDocument
Method · 0.45
createStreamingObjects
Method · 0.45
updatePowerSaveBlocker
Method · 0.45
updateOver
Method · 0.45
SaveLastPlaybackPosition
Function · 0.45
ComposeReactionNotification
Method · 0.45
pushBlock
Method · 0.45
setupContent
Method · 0.45
ComputeAlbumType
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected