Constructor: messageMediaDocument
Document (video, audio, voice, sticker, any media type except photo)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
nopremium | Bool | Optional | Whether this is a normal sticker, if not set this is a premium sticker and a premium sticker animation must be played. |
spoiler | Bool | Optional | Whether this media should be hidden behind a spoiler warning |
document | Document | Optional | Attached document |
alt_document | Document | Optional | |
ttl_seconds | int | Optional | Time to live of self-destructing document |
Type: MessageMedia
Example:
$messageMediaDocument = ['_' => 'messageMediaDocument', 'nopremium' => Bool, 'spoiler' => Bool, 'document' => Document, 'alt_document' => Document, 'ttl_seconds' => int];