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

Method videoThumbnailByteSize

Telegram/SourceFiles/data/data_document.cpp:931–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931int DocumentData::videoThumbnailByteSize() const {
932 return _videoThumbnail.byteSize;
933}
934
935Storage::Cache::Key DocumentData::goodThumbnailCacheKey() const {
936 return Data::DocumentThumbCacheKey(_dc, id);

Callers 1

writeToStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected