v1
latestOpenAPI 3.0.32026-07-1416059.6 KBsendVideo
Use this method to send video files.
post/bot{token}/sendVideo
Path parameters
tokenstring required
Your Bot Token
Request body
Response
200
Example response
{
"ok": true,
"result": {
"message_id": 1,
"from": {
"id": 12345678,
"first_name": "YourBot",
"username": "YourBot"
},
"chat": {
"id": 123456789,
"first_name": "John",
"last_name": "Doe",
"username": "JohnDoe",
"type": "private"
},
"date": 1459976718,
"video": {
"file_id": "Abc124xYz...",
"width": 457,
"height": 512,
"duration": 120,
"thumb": {
"file_id": "Abc124xYz...",
"file_size": 6306,
"width": 114,
"height": 128
},
"mime_type": "video/mp4",
"file_size": 39082
}
}
}