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

Method setThumbnail

Telegram/SourceFiles/data/data_document_media.cpp:256–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256void DocumentMedia::setThumbnail(QImage thumbnail) {
257 _thumbnail = std::make_unique<Image>(std::move(thumbnail));
258 _owner->session().notifyDownloaderTaskFinished();
259}
260
261QByteArray DocumentMedia::videoThumbnailContent() const {
262 return _videoThumbnailBytes;

Callers 7

applySetMethod · 0.45
installDoneMethod · 0.45
updateThumbnailsMethod · 0.45
loadThumbnailMethod · 0.45
uploadMethod · 0.45
readStickerSetsMethod · 0.45

Calls 2

sessionMethod · 0.45

Tested by

no test coverage detected