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

A sticker. More...

#include <sticker.hpp>

Public Attributes

std::string file_id
 Unique identifier for this file.
 
uint_fast32_t width
 Sticker width.
 
uint_fast32_t height
 Sticker height.
 
std::experimental::optional< PhotoSizethumb
 Optional. Sticker thumbnail in .webbp or .jpg format
 
std::experimental::optional< std::string > emoj
 Optional. Emoj associated with the sticker
 
std::experimental::optional< uint_fast32_t > file_size
 Optional. File size
 

Detailed Description

A sticker.

This object represents a sticker. (https://core.telegram.org/bots/api#sticker)


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