|
tgbot-cpp
|
Represents a link to an article or web page. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InlineQueryResultArticle> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the result, must be article. | |
| std::string | id { } |
| Unique identifier for this result, 1-64 Bytes. | |
| std::string | title { } |
| Title of the result. | |
| std::shared_ptr< InputMessageContent > | inputMessageContent { } |
| Content of the message to be sent. | |
| std::shared_ptr< InlineKeyboardMarkup > | replyMarkup { } |
| Optional. Inline keyboard attached to the message. | |
| std::optional< std::string > | url { } |
| Optional. URL of the result. | |
| std::optional< std::string > | description { } |
| Optional. Short description of the result. | |
| std::optional< std::string > | thumbnailUrl { } |
| Optional. Url of the thumbnail for the result. | |
| std::optional< std::int32_t > | thumbnailWidth { } |
| Optional. Thumbnail width. | |
| std::optional< std::int32_t > | thumbnailHeight { } |
| Optional. Thumbnail height. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::InlineQueryResultArticle::Ptr = std::shared_ptr<InlineQueryResultArticle> |
| std::optional<std::string> TgBot::InlineQueryResultArticle::description { } |
| std::string TgBot::InlineQueryResultArticle::id { } |
| std::shared_ptr<InputMessageContent> TgBot::InlineQueryResultArticle::inputMessageContent { } |
| std::shared_ptr<InlineKeyboardMarkup> TgBot::InlineQueryResultArticle::replyMarkup { } |
| std::optional<std::int32_t> TgBot::InlineQueryResultArticle::thumbnailHeight { } |
| std::optional<std::string> TgBot::InlineQueryResultArticle::thumbnailUrl { } |
| std::optional<std::int32_t> TgBot::InlineQueryResultArticle::thumbnailWidth { } |
| std::string TgBot::InlineQueryResultArticle::title { } |
|
static |
| std::string TgBot::InlineQueryResultArticle::type { TYPE } |
| std::optional<std::string> TgBot::InlineQueryResultArticle::url { } |