mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:26:55 +01:00
976 B
976 B
title | description |
---|---|
inputMessageVideo | Video message |
Constructor: inputMessageVideo
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 |