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

Method setVideoThumbnail

Telegram/SourceFiles/data/data_document_media.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void DocumentMedia::setVideoThumbnail(QByteArray content) {
277 _videoThumbnailBytes = std::move(content);
278 _videoThumbnailBytes.detach();
279}
280
281void DocumentMedia::checkStickerLarge() {
282 if (_sticker) {

Callers 1

loadVideoThumbnailMethod · 0.80

Calls 1

detachMethod · 0.45

Tested by

no test coverage detected