MadelineProtoDocs/docs/TD_docs/constructors/inputMessageVideo.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.0 KiB

title description image
inputMessageVideo Video message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

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