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