tgbot-cpp
Loading...
Searching...
No Matches
TgBot::InputMessageContent Struct Reference

This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following types: InputTextMessageContent InputRichMessageContent InputLocationMessageContent InputVenueMessageContent InputContactMessageContent InputInvoiceMessageContent. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputMessageContent>

Public Attributes

std::variant< std::shared_ptr< InputTextMessageContent >, std::shared_ptr< InputRichMessageContent >, std::shared_ptr< InputLocationMessageContent >, std::shared_ptr< InputVenueMessageContent >, std::shared_ptr< InputContactMessageContent >, std::shared_ptr< InputInvoiceMessageContent > > value

Detailed Description

This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following types: InputTextMessageContent InputRichMessageContent InputLocationMessageContent InputVenueMessageContent InputContactMessageContent InputInvoiceMessageContent.

Definition at line 6932 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 6933 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<InputTextMessageContent>, std::shared_ptr<InputRichMessageContent>, std::shared_ptr<InputLocationMessageContent>, std::shared_ptr<InputVenueMessageContent>, std::shared_ptr<InputContactMessageContent>, std::shared_ptr<InputInvoiceMessageContent> > TgBot::InputMessageContent::value

Definition at line 6938 of file Types.h.


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