#include "VideoNote.h"
◆ VideoNote() [1/2]
yatbcpp::VideoNote::VideoNote |
( |
std::string |
file_id, |
|
|
std::int32_t |
length, |
|
|
std::int32_t |
duration |
|
) |
| |
◆ VideoNote() [2/2]
VideoNote::VideoNote |
( |
const VideoNote & |
VideoNote | ) |
|
◆ getDuration()
int32_t VideoNote::getDuration |
( |
| ) |
const |
◆ getFile_id()
const string & VideoNote::getFile_id |
( |
| ) |
const |
◆ getFile_size()
const optional< int32_t > & VideoNote::getFile_size |
( |
| ) |
const |
◆ getLength()
int32_t VideoNote::getLength |
( |
| ) |
const |
◆ getThumb()
const optional< PhotoSize > & VideoNote::getThumb |
( |
| ) |
const |
◆ setFile_size()
void VideoNote::setFile_size |
( |
const std::optional< std::int32_t > & |
file_size | ) |
|
◆ setThumb()
void VideoNote::setThumb |
( |
const std::optional< PhotoSize > & |
thumb | ) |
|
◆ duration
std::int32_t yatbcpp::VideoNote::duration |
|
private |
◆ file_id
std::string yatbcpp::VideoNote::file_id |
|
private |
◆ file_size
std::optional<std::int32_t> yatbcpp::VideoNote::file_size |
|
private |
◆ length
std::int32_t yatbcpp::VideoNote::length |
|
private |
◆ thumb
std::optional<PhotoSize> yatbcpp::VideoNote::thumb |
|
private |
The documentation for this class was generated from the following files: