yatbcpp  0.0.1
Yet another Telegram Bot CPP Library
Public Member Functions | Private Attributes | List of all members
yatbcpp::ChatPhoto Class Reference

#include "ChatPhoto.h"

Public Member Functions

 ChatPhoto (std::string small_file_id, std::string big_file_id)
 
 ChatPhoto (const ChatPhoto &ChatPhoto)
 
const std::string & getSmall_file_id () const
 
const std::string & getBig_file_id () const
 

Private Attributes

std::string small_file_id
 
std::string big_file_id
 

Detailed Description

See also https://core.telegram.org/bots/api#chatphoto

Definition at line 8 of file ChatPhoto.h.

Constructor & Destructor Documentation

◆ ChatPhoto() [1/2]

ChatPhoto::ChatPhoto ( std::string  small_file_id,
std::string  big_file_id 
)

Definition at line 12 of file ChatPhoto.cc.

◆ ChatPhoto() [2/2]

ChatPhoto::ChatPhoto ( const ChatPhoto ChatPhoto)

Definition at line 18 of file ChatPhoto.cc.

Member Function Documentation

◆ getBig_file_id()

const string & ChatPhoto::getBig_file_id ( ) const

Definition at line 37 of file ChatPhoto.cc.

◆ getSmall_file_id()

const string & ChatPhoto::getSmall_file_id ( ) const

Definition at line 33 of file ChatPhoto.cc.

Member Data Documentation

◆ big_file_id

std::string yatbcpp::ChatPhoto::big_file_id
private

Definition at line 20 of file ChatPhoto.h.

◆ small_file_id

std::string yatbcpp::ChatPhoto::small_file_id
private

Definition at line 19 of file ChatPhoto.h.


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