Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ isVideoMessage
Method
isVideoMessage
Telegram/SourceFiles/data/data_document.cpp:1802–1804 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1800
}
1801
1802
bool DocumentData::isVideoMessage() const {
1803
return (type == RoundVideoDocument);
1804
}
1805
1806
bool DocumentData::isAnimation() const {
1807
return (type == AnimatedDocument)
Callers
15
VideoThumbOptions
Function · 0.80
OverlayWidget
Method · 0.80
streamingRequiresControls
Method · 0.80
opaqueContentShown
Method · 0.80
createStreamingObjects
Method · 0.80
paint
Method · 0.80
updateOver
Method · 0.80
handleSongChange
Method · 0.80
Float
Method · 0.80
checkCurrent
Method · 0.80
LookupPlaybackSpeed
Function · 0.80
moveInPlaylist
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected