LibTgBotPP
 All Classes Namespaces Files Functions Variables Typedefs Macros
Telegram::Video Class Reference

#include <Video.h>

Public Member Functions

 Video (Json::Value)
 

Private Attributes

std::string file_id
 
Json::Int64 width
 
Json::Int64 height
 
Json::Int64 duration
 
PhotoSizethumb
 
std::string mime_type
 
Json::Int64 file_size
 

Detailed Description

Definition at line 11 of file Video.h.

Constructor & Destructor Documentation

Telegram::Video::Video ( Json::Value  json)

Definition at line 3 of file Video.cc.

Member Data Documentation

Json::Int64 Telegram::Video::duration
private

Definition at line 19 of file Video.h.

std::string Telegram::Video::file_id
private

Definition at line 16 of file Video.h.

Json::Int64 Telegram::Video::file_size
private

Definition at line 22 of file Video.h.

Json::Int64 Telegram::Video::height
private

Definition at line 18 of file Video.h.

std::string Telegram::Video::mime_type
private

Definition at line 21 of file Video.h.

PhotoSize* Telegram::Video::thumb
private

Definition at line 20 of file Video.h.

Json::Int64 Telegram::Video::width
private

Definition at line 17 of file Video.h.


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