MadelineProto/docs/TD_docs/constructors/inputMessageVideo.md
Daniil Gentili 43adf77378 docufix
2017-12-21 20:08:25 +00:00

976 B

title description
inputMessageVideo Video message

Constructor: inputMessageVideo

Back to constructors index

Video message

Attributes:

Name Type Required Description
video InputFile Yes Video to send
thumb inputThumb Yes Video thumb, if available
added_sticker_file_ids Array of int Yes File identifiers of stickers added onto the video
duration int Yes Duration of the video in seconds
width int Yes Video width
height int Yes Video height
caption string Yes Video caption, 0-200 characters
ttl int Yes Video TTL in seconds, 0-60. Non-zero TTL can be only specified in private chats

Type: InputMessageContent