5 #ifndef TGBOT_INLINEQUERYRESULTDOCUMENT_H 6 #define TGBOT_INLINEQUERYRESULTDOCUMENT_H 22 static const std::string
TYPE;
24 typedef std::shared_ptr<InlineQueryResultDocument>
Ptr;
64 #endif //TGBOT_INLINEQUERYRESULTDOCUMENT_H int32_t thumbHeight
Optinal. Thumbnail height.
std::string thumbUrl
Optional. Url of the thumbnail for the result.
std::string type
Type of the result.
int32_t thumbWidth
Optional. Thumbnail width.
std::string description
Optional. Short description of the result.
std::string mimeType
Mime type of the content of the file, either 'application/pdf' or 'application/zip'.
std::shared_ptr< InlineQueryResultDocument > Ptr
std::string documentUrl
A valid URL for the file.
This abstract class is base of all inline query results.
static const std::string TYPE
Represents a link to a file.
InlineQueryResultDocument()