Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
931
int DocumentData::videoThumbnailByteSize() const {
932
return _videoThumbnail.byteSize;
933
}
934
935
Storage::Cache::Key DocumentData::goodThumbnailCacheKey() const {
936
return Data::DocumentThumbCacheKey(_dc, id);
Callers
1
writeToStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected