mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 10:16:55 +01:00
857 B
857 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 video in seconds |
width | int | Yes | Video width |
height | int | Yes | Video height |
caption | string | Yes | Video caption, 0-200 characters |