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

This object represents an animation file to be displayed in the message containing a game. API reference More...

#include <animation.hpp>

Public Attributes

std::string file_id
 Unique file identifier.
 
std::experimental::optional< PhotoSizethumb
 Optional. Animation thumbnail as defined by sender.
 
std::experimental::optional< std::string > file_name
 Optional. Original animation filename as defined by sender.
 
std::experimental::optional< std::string > mime_type
 
std::experimental::optional< uint_fast32_t > file_size
 Optional. File size.
 

Detailed Description

This object represents an animation file to be displayed in the message containing a game. API reference

Member Data Documentation

◆ mime_type

std::experimental::optional<std::string> mime_type

Optional. MIME type of the file as defined by sender.


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