InputMediaUploadedDocument
- class pyrogram.raw.types.InputMediaUploadedDocument
New document
Constructor of
InputMedia.- Details:
Layer:
223ID:
37C9330
- Parameters:
file (
InputFile) – The uploaded filemime_type (
str) – MIME type of documentattributes (List of
DocumentAttribute) – Attributes that specify the type of the document (video, audio, voice, sticker, etc.)nosound_video (
bool, optional) – Whether to send the file as a video even if it doesn’t have an audio track (i.e. if set, the documentAttributeAnimated attribute will not be set even for videos without audio)force_file (
bool, optional) – Force the media file to be uploaded as documentspoiler (
bool, optional) – Whether this media should be hidden behind a spoiler warningthumb (
InputFile, optional) – Thumbnail of the document, uploaded as for the filestickers (List of
InputDocument, optional) – Attached stickersvideo_cover (
InputPhoto, optional) – Start playing the video at the specified timestamp (seconds).video_timestamp (
int32-bit, optional) – Start playing the video at the specified timestamp (seconds).ttl_seconds (
int32-bit, optional) – Time to live in seconds of self-destructing document
TL Schema
inputMediaUploadedDocument#37c9330
flags:#
nosound_video:flags.3?true
force_file:flags.4?true
spoiler:flags.5?true
file:InputFile
thumb:flags.2?InputFile
mime_type:string
attributes:Vector<DocumentAttribute>
stickers:flags.0?Vector<InputDocument>
video_cover:flags.6?InputPhoto
video_timestamp:flags.7?int
ttl_seconds:flags.1?int
= InputMedia
Parameter Tree
true (optional)true (optional)true (optional)InputFileInputFilelongintstringstringInputFileBiglongintstringInputFileStoryDocumentInputDocumentInputDocumentEmptyInputDocumentlonglongbytesInputFile (optional)InputFilelongintstringstringInputFileBiglongintstringInputFileStoryDocumentInputDocumentInputDocumentEmptyInputDocumentlonglongbytesstringVector < DocumentAttribute >intintDocumentAttributeStickertrue (optional)stringInputStickerSetInputStickerSetEmptyInputStickerSetIDlonglongInputStickerSetShortNamestringInputStickerSetAnimatedEmojiInputStickerSetDicestringInputStickerSetAnimatedEmojiAnimationsInputStickerSetPremiumGiftsInputStickerSetEmojiGenericAnimationsInputStickerSetEmojiDefaultStatusesInputStickerSetEmojiDefaultTopicIconsInputStickerSetTonGiftsMaskCoords (optional)MaskCoordsintdoubledoubledoubleDocumentAttributeVideotrue (optional)true (optional)true (optional)doubleintintint (optional)double (optional)string (optional)DocumentAttributeAudiotrue (optional)intstring (optional)string (optional)bytes (optional)stringtrue (optional)true (optional)stringInputStickerSetInputStickerSetEmptyInputStickerSetIDlonglongInputStickerSetShortNamestringInputStickerSetDicestringInputStickerSetTonGiftsVector < InputDocument > (optional)InputDocumentEmptyInputDocumentlonglongbytesInputPhoto (optional)InputPhotoEmptyInputPhotolonglongbytesint (optional)int (optional)Example
InputMediaUploadedDocument(
file=InputFile(
id=0,
parts=0,
name="text",
md5_checksum="text"
),
mime_type="text",
attributes=[
DocumentAttributeImageSize(
w=0,
h=0
)
],
)