716 B
716 B
Constructor: inputMediaUploadedDocument
Attributes:
Name | Type | Required |
---|---|---|
file | InputFile | Required |
mime_type | string | Required |
attributes | Array of DocumentAttribute | Required |
caption | string | Required |
stickers | Array of InputDocument | Optional |
Type:
Example:
$inputMediaUploadedDocument = ['_' => inputMediaUploadedDocument', 'file' => InputFile, 'mime_type' => string, 'attributes' => [Vector t], 'caption' => string, 'stickers' => [Vector t], ];