Constructor: decryptedMessageMediaDocument_8
Document attached to a message in a secret chat.
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| thumb | bytes | Yes | Thumbnail-file contents (JPEG-file, quality 55, set in a 90x90 square) |
| thumb_w | int | Yes | Thumbnail width |
| thumb_h | int | Yes | Thumbnail height |
| file_name | string | Yes | File name, moved to attributes in Layer 45. |
| mime_type | string | Yes | File MIME-type |
| size | int | Yes |
Type: DecryptedMessageMedia
Example:
$decryptedMessageMediaDocument_8 = ['_' => 'decryptedMessageMediaDocument', 'thumb' => 'bytes', 'thumb_w' => int, 'thumb_h' => int, 'file_name' => 'string', 'mime_type' => 'string', 'size' => int];