Link Search Menu Expand Document

Constructor: decryptedMessageMediaExternalDocument_23

Back to constructors index

Non-e2e documented forwarded from non-secret chat

Attributes:

NameTypeRequiredDescription
idlongYesDocument ID
access_hashlongYesaccess hash
dateintYesDate
mime_typestringYesMime type
sizeintYesSize
thumbPhotoSizeOptionalThumbnail
dc_idintYesDC ID
attributesArray of DocumentAttributeYesAttributes for media types

Type: DecryptedMessageMedia

Example:

$decryptedMessageMediaExternalDocument_23 = ['_' => 'decryptedMessageMediaExternalDocument', 'id' => long, 'access_hash' => long, 'date' => int, 'mime_type' => 'string', 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'attributes' => [DocumentAttribute, DocumentAttribute]];