Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
Video Class Reference

A video sent by user. More...

#include <video.hpp>

Public Attributes

std::string file_id
 Unique identifier for this file.
 
uint_fast32_t width
 Video width as defined by sender.
 
uint_fast32_t height
 Video height as defined by sender.
 
uint_fast32_t duration
 Duration of the video in seconds as defined by sender.
 
std::experimental::optional< PhotoSizethumb
 Optional. Video thumbnail
 
std::experimental::optional< std::string > mime_type
 Optional. Mime type of a file as defined by sender
 
std::experimental::optional< uint_fast32_t > file_size
 Optional. File size
 

Detailed Description

A video sent by user.

This object represents a video file. (https://core.telegram.org/bots/api#video)


The documentation for this class was generated from the following file: