| 
    Telebot
    4.7.0
    
   Library for Telegram bot API 
   | 
 
This object represents a video file. More...
#include <telebot-types.h>
Public Attributes | |
| char * | file_id | 
| char * | file_unique_id | 
| int | width | 
| int | height | 
| int | duration | 
| struct telebot_photo * | thumb | 
| char * | mime_type | 
| int | file_size | 
This object represents a video file.
| int telebot_video::duration | 
Duration of the video in seconds as defined by sender
| char* telebot_video::file_id | 
Identifier for this file, which can be used to download or reuse the file
| int telebot_video::file_size | 
Optional. File size
| char* telebot_video::file_unique_id | 
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
| int telebot_video::height | 
Video height as defined by sender
| char* telebot_video::mime_type | 
Optional. Mime type of a file as defined by sender
| struct telebot_photo* telebot_video::thumb | 
Optional. Video thumbnail
| int telebot_video::width | 
Video width as defined by sender
 1.8.13