MCPcopy 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
1802bool DocumentData::isVideoMessage() const {
1803 return (type == RoundVideoDocument);
1804}
1805
1806bool DocumentData::isAnimation() const {
1807 return (type == AnimatedDocument)

Callers 15

VideoThumbOptionsFunction · 0.80
OverlayWidgetMethod · 0.80
opaqueContentShownMethod · 0.80
paintMethod · 0.80
updateOverMethod · 0.80
handleSongChangeMethod · 0.80
FloatMethod · 0.80
checkCurrentMethod · 0.80
LookupPlaybackSpeedFunction · 0.80
moveInPlaylistMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected