1#ifndef TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H 
    2#define TGBOT_INLINEQUERYRESULTCACHEDSTICKER_H 
   23    static const std::string 
TYPE;
 
   25    typedef std::shared_ptr<InlineQueryResultCachedSticker> 
Ptr;
 
 
InlineQueryResultCachedSticker()
std::shared_ptr< InlineQueryResultCachedSticker > Ptr
std::string stickerFileId
A valid file identifier of the sticker.
static const std::string TYPE
InputMessageContent::Ptr inputMessageContent
Optional. Content of the message to be sent instead of the sticker.
std::string type
Type of the result.
std::shared_ptr< InputMessageContent > Ptr