Cppgram  1.0.0
Easy and modern C++14 Telegram Bot API wrapper
Public Attributes | List of all members
PhotoSize Class Reference

A photo or thumbnail. More...

#include <photo_size.hpp>

Public Attributes

std::string file_id
 Unique identifier for this file.
 
uint_fast32_t width
 Photo width.
 
uint_fast32_t height
 Photo height.
 
std::experimental::optional< uint32_t > file_size
 Optional. File size
 

Detailed Description

A photo or thumbnail.

This object represents one size of a photo or a file / sticker thumbnail. (https://core.telegram.org/bots/api#photosize)


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