#include "Document.h"
◆ Document() [1/2]
Document::Document |
( |
std::string |
file_id | ) |
|
◆ Document() [2/2]
Document::Document |
( |
const Document & |
Document | ) |
|
◆ getFile_id()
const string & Document::getFile_id |
( |
| ) |
const |
◆ getFile_name()
const optional< string > & Document::getFile_name |
( |
| ) |
const |
◆ getFile_size()
const optional< int32_t > & Document::getFile_size |
( |
| ) |
const |
◆ getMime_type()
const optional< string > & Document::getMime_type |
( |
| ) |
const |
◆ getThumb()
const optional< PhotoSize > & Document::getThumb |
( |
| ) |
const |
◆ setFile_name()
void Document::setFile_name |
( |
const std::optional< std::string > & |
file_name | ) |
|
◆ setFile_size()
void Document::setFile_size |
( |
const std::optional< std::int32_t > & |
file_size | ) |
|
◆ setMime_type()
void Document::setMime_type |
( |
const std::optional< std::string > & |
mime_type | ) |
|
◆ setThumb()
void Document::setThumb |
( |
const std::optional< PhotoSize > & |
thumb | ) |
|
◆ file_id
std::string yatbcpp::Document::file_id |
|
private |
◆ file_name
std::optional<std::string> yatbcpp::Document::file_name |
|
private |
◆ file_size
std::optional<std::int32_t> yatbcpp::Document::file_size |
|
private |
◆ mime_type
std::optional<std::string> yatbcpp::Document::mime_type |
|
private |
◆ thumb
std::optional<PhotoSize> yatbcpp::Document::thumb |
|
private |
The documentation for this class was generated from the following files: