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

#include <Audio.h>

Public Member Functions

 Audio (Json::Value)
 

Private Attributes

std::string file_id
 
Json::Int64 duration
 
std::string performer
 
std::string title
 
std::string mime_type
 
Json::Int64 file_size
 

Detailed Description

Definition at line 9 of file Audio.h.

Constructor & Destructor Documentation

Telegram::Audio::Audio ( Json::Value  json)

Definition at line 3 of file Audio.cc.

Member Data Documentation

Json::Int64 Telegram::Audio::duration
private

Definition at line 15 of file Audio.h.

std::string Telegram::Audio::file_id
private

Definition at line 14 of file Audio.h.

Json::Int64 Telegram::Audio::file_size
private

Definition at line 19 of file Audio.h.

std::string Telegram::Audio::mime_type
private

Definition at line 18 of file Audio.h.

std::string Telegram::Audio::performer
private

Definition at line 16 of file Audio.h.

std::string Telegram::Audio::title
private

Definition at line 17 of file Audio.h.


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