tgbot-cpp
|
Represents a link to a voice message stored on the Telegram servers. More...
#include <InlineQueryResultCachedVoice.h>
Public Types | |
typedef std::shared_ptr< InlineQueryResultCachedVoice > | Ptr |
Public Types inherited from TgBot::InlineQueryResult | |
typedef std::shared_ptr< InlineQueryResult > | Ptr |
Public Member Functions | |
InlineQueryResultCachedVoice () | |
Public Member Functions inherited from TgBot::InlineQueryResult | |
InlineQueryResult () | |
virtual | ~InlineQueryResult () |
Public Attributes | |
std::string | voiceFileId |
A valid file identifier for the voice message. | |
std::string | title |
Voice message title. | |
std::string | caption |
Optional. Caption, 0-1024 characters after entities parsing. | |
std::string | parseMode |
Optional. Mode for parsing entities in the voice message caption. | |
std::vector< MessageEntity::Ptr > | captionEntities |
Optional. List of special entities that appear in the caption, which can be specified instead of parseMode. | |
InputMessageContent::Ptr | inputMessageContent |
Optional. Content of the message to be sent instead of the voice message. | |
Public Attributes inherited from TgBot::InlineQueryResult | |
std::string | type |
Type of the result. | |
std::string | id |
Unique identifier for this result, 1-64 bytes. | |
InlineKeyboardMarkup::Ptr | replyMarkup |
Optional. Inline keyboard attached to the message. | |
Static Public Attributes | |
static const std::string | TYPE |
Represents a link to a voice message stored on the Telegram servers.
By default, this voice message will be sent by the user. Alternatively, you can use inputMessageContent to send a message with the specified content instead of the voice message.
Definition at line 22 of file InlineQueryResultCachedVoice.h.
typedef std::shared_ptr<InlineQueryResultCachedVoice> TgBot::InlineQueryResultCachedVoice::Ptr |
Definition at line 27 of file InlineQueryResultCachedVoice.h.
|
inline |
Definition at line 29 of file InlineQueryResultCachedVoice.h.
std::string TgBot::InlineQueryResultCachedVoice::caption |
Optional. Caption, 0-1024 characters after entities parsing.
Definition at line 46 of file InlineQueryResultCachedVoice.h.
std::vector<MessageEntity::Ptr> TgBot::InlineQueryResultCachedVoice::captionEntities |
Optional. List of special entities that appear in the caption, which can be specified instead of parseMode.
Definition at line 58 of file InlineQueryResultCachedVoice.h.
InputMessageContent::Ptr TgBot::InlineQueryResultCachedVoice::inputMessageContent |
Optional. Content of the message to be sent instead of the voice message.
Definition at line 63 of file InlineQueryResultCachedVoice.h.
std::string TgBot::InlineQueryResultCachedVoice::parseMode |
Optional. Mode for parsing entities in the voice message caption.
See formatting options for more details.
Definition at line 53 of file InlineQueryResultCachedVoice.h.
std::string TgBot::InlineQueryResultCachedVoice::title |
Voice message title.
Definition at line 41 of file InlineQueryResultCachedVoice.h.
|
static |
Definition at line 25 of file InlineQueryResultCachedVoice.h.
std::string TgBot::InlineQueryResultCachedVoice::voiceFileId |
A valid file identifier for the voice message.
Definition at line 36 of file InlineQueryResultCachedVoice.h.