5 #ifndef TGBOT_INPUTTEXTMESSAGECONTENT_H 6 #define TGBOT_INPUTTEXTMESSAGECONTENT_H 20 typedef std::shared_ptr<InputTextMessageContent>
Ptr;
45 #endif //TGBOT_INPUTTEXTMESSAGECONTENT_H std::shared_ptr< InputTextMessageContent > Ptr
std::string messageText
Text of the message to be sent, 1-4096 characters.
std::string parseMode
Optional. Send Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or ...
This object represents the content of a message to be sent as a result of an inline query...
virtual ~InputTextMessageContent()
bool disableWebPagePreview
Optional. Disables link previews for links in the sent message.
InputTextMessageContent()
Represents the content of a text message to be sent as the result of an inline query.