tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PhotoSize Class Reference

This object represents one size of a photo or a file / sticker thumbnail. More...

#include <PhotoSize.h>

Public Types

typedef std::shared_ptr< PhotoSizePtr
 

Public Attributes

std::string fileId
 Identifier for this file, which can be used to download or reuse the file.
 
std::string fileUniqueId
 Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
 
std::int32_t width
 Photo width.
 
std::int32_t height
 Photo height.
 
std::int32_t fileSize
 Optional. File size.
 

Detailed Description

This object represents one size of a photo or a file / sticker thumbnail.

Definition at line 15 of file PhotoSize.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<PhotoSize> TgBot::PhotoSize::Ptr

Definition at line 18 of file PhotoSize.h.

Member Data Documentation

◆ fileId

std::string TgBot::PhotoSize::fileId

Identifier for this file, which can be used to download or reuse the file.

Definition at line 23 of file PhotoSize.h.

◆ fileSize

std::int32_t TgBot::PhotoSize::fileSize

Optional. File size.

Definition at line 44 of file PhotoSize.h.

◆ fileUniqueId

std::string TgBot::PhotoSize::fileUniqueId

Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

Definition at line 29 of file PhotoSize.h.

◆ height

std::int32_t TgBot::PhotoSize::height

Photo height.

Definition at line 39 of file PhotoSize.h.

◆ width

std::int32_t TgBot::PhotoSize::width

Photo width.

Definition at line 34 of file PhotoSize.h.


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