tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::Message Struct Reference

This object represents a message. https://core.telegram.org/bots/api#message. More...

#include <Message.hpp>

Public Member Functions

 Message ()=default
 
 Message (const nl::json &json)
 
nl::json toJson () const
 Serializes this object to JSON. More...
 
void fromJson (const nl::json &json)
 Deserializes this object from JSON. More...
 

Public Attributes

std::int32_t messageId {}
 Unique message identifier inside this chat. More...
 
std::int32_t messageThreadId {}
 Optional. Unique identifier of a message thread to which the message belongs; for supergroups only. More...
 
Ptr< Userfrom
 Optional. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat. More...
 
Ptr< ChatsenderChat
 Optional. Sender of the message, sent on behalf of a chat. For example, the channel itself for channel posts, the supergroup itself for messages from anonymous group administrators, the linked channel for messages automatically forwarded to the discussion group. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat. More...
 
std::time_t date {}
 Date the message was sent in Unix time. More...
 
Ptr< Chatchat
 Conversation the message belongs to. More...
 
Ptr< UserforwardFrom
 Optional. For forwarded messages, sender of the original message. More...
 
Ptr< ChatforwardFromChat
 Optional. For messages forwarded from channels or from anonymous administrators, information about the original sender chat. More...
 
std::int32_t forwardFromMessageId {}
 Optional. For messages forwarded from channels, identifier of the original message in the channel. More...
 
std::string forwardSignature
 Optional. For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present. More...
 
std::string forwardSenderName
 Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages. More...
 
std::time_t forwardDate {}
 Optional. For forwarded messages, date the original message was sent in Unix time. More...
 
bool isTopicMessage {}
 Optional. True, if the message is sent to a forum topic. More...
 
bool isAutomaticForward {}
 Optional. True, if the message is a channel post that was automatically forwarded to the connected discussion group. More...
 
Ptr< MessagereplyToMessage
 Optional. For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply. More...
 
Ptr< UserviaBot
 Optional. Bot through which the message was sent. More...
 
std::time_t editDate {}
 Optional. Date the message was last edited in Unix time. More...
 
bool hasProtectedContent {}
 Optional. True, if the message can't be forwarded. More...
 
std::string mediaGroupId
 Optional. The unique identifier of a media message group this message belongs to. More...
 
std::string authorSignature
 Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator. More...
 
std::string text
 Optional. For text messages, the actual UTF-8 text of the message. More...
 
std::vector< Ptr< MessageEntity > > entities
 Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text. More...
 
Ptr< Animationanimation
 Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set. More...
 
Ptr< Audioaudio
 Optional. Message is an audio file, information about the file. More...
 
Ptr< Documentdocument
 Optional. Message is a general file, information about the file. More...
 
std::vector< Ptr< PhotoSize > > photo
 Optional. Message is a photo, available sizes of the photo. More...
 
Ptr< Stickersticker
 Optional. Message is a sticker, information about the sticker. More...
 
Ptr< Storystory
 Optional. Message is a forwarded story. More...
 
Ptr< Videovideo
 Optional. Message is a video, information about the video. More...
 
Ptr< VideoNotevideoNote
 Optional. Message is a video note, information about the video message. More...
 
Ptr< Voicevoice
 Optional. Message is a voice message, information about the file. More...
 
std::string caption
 Optional. Caption for the animation, audio, document, photo, video or voice. More...
 
std::vector< Ptr< MessageEntity > > captionEntities
 Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption. More...
 
bool hasMediaSpoiler {}
 Optional. True, if the message media is covered by a spoiler animation. More...
 
Ptr< Contactcontact
 Optional. Message is a shared contact, information about the contact. More...
 
Ptr< Dicedice
 Optional. Message is a dice with random value. More...
 
Ptr< Gamegame
 Optional. Message is a game, information about the game. about games » https://core.telegram.org/bots/api#games . More...
 
Ptr< Pollpoll
 Optional. Message is a native poll, information about the poll. More...
 
Ptr< Venuevenue
 Optional. Message is a venue, information about the venue. For backward compatibility, when this field is set, the location field will also be set. More...
 
Ptr< Locationlocation
 Optional. Message is a shared location, information about the location. More...
 
std::vector< Ptr< User > > newChatMembers
 Optional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members) More...
 
Ptr< UserleftChatMember
 Optional. A member was removed from the group, information about them (this member may be the bot itself) More...
 
std::string newChatTitle
 Optional. A chat title was changed to this value. More...
 
Ptr< PhotoSizenewChatPhoto
 Optional. A chat photo was change to this value. More...
 
bool deleteChatPhoto {}
 Optional. Service message: the chat photo was deleted. More...
 
bool groupChatCreated {}
 Optional. Service message: the group has been created. More...
 
bool supergroupChatCreated {}
 Optional. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup. More...
 
bool channelChatCreated {}
 Optional. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel. More...
 
Ptr< MessageAutoDeleteTimerChangedmessageAutoDeleteTimerChanged
 Optional. Service message: auto-delete timer settings changed in the chat. More...
 
std::int64_t migrateToChatId {}
 Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. More...
 
std::int64_t migrateFromChatId {}
 Optional. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier. More...
 
Ptr< MessagepinnedMessage
 Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply. More...
 
Ptr< Invoiceinvoice
 Optional. Message is an invoice for a payment, information about the invoice. about payments » https://core.telegram.org/bots/api#payments . More...
 
Ptr< SuccessfulPaymentsuccessfulPayment
 Optional. Message is a service message about a successful payment, information about the payment. about payments » https://core.telegram.org/bots/api#payments . More...
 
Ptr< UserShareduserShared
 Optional. Service message: a user was shared with the bot. More...
 
Ptr< ChatSharedchatShared
 Optional. Service message: a chat was shared with the bot. More...
 
std::string connectedWebsite
 Optional. The domain name of the website on which the user has logged in. about Telegram Login » https://core.telegram.org/widgets/login . More...
 
Ptr< WriteAccessAllowedwriteAccessAllowed
 Optional. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess. More...
 
Ptr< PassportDatapassportData
 Optional. Telegram Passport data. More...
 
Ptr< ProximityAlertTriggeredproximityAlertTriggered
 Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location. More...
 
Ptr< ForumTopicCreatedforumTopicCreated
 Optional. Service message: forum topic created. More...
 
Ptr< ForumTopicEditedforumTopicEdited
 Optional. Service message: forum topic edited. More...
 
Ptr< ForumTopicClosedforumTopicClosed
 Optional. Service message: forum topic closed. More...
 
Ptr< ForumTopicReopenedforumTopicReopened
 Optional. Service message: forum topic reopened. More...
 
Ptr< GeneralForumTopicHiddengeneralForumTopicHidden
 Optional. Service message: the 'General' forum topic hidden. More...
 
Ptr< GeneralForumTopicUnhiddengeneralForumTopicUnhidden
 Optional. Service message: the 'General' forum topic unhidden. More...
 
Ptr< VideoChatScheduledvideoChatScheduled
 Optional. Service message: video chat scheduled. More...
 
Ptr< VideoChatStartedvideoChatStarted
 Optional. Service message: video chat started. More...
 
Ptr< VideoChatEndedvideoChatEnded
 Optional. Service message: video chat ended. More...
 
Ptr< VideoChatParticipantsInvitedvideoChatParticipantsInvited
 Optional. Service message: new participants invited to a video chat. More...
 
Ptr< WebAppDatawebAppData
 Optional. Service message: data sent by a Web App. More...
 
Ptr< InlineKeyboardMarkupreplyMarkup
 Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons. More...
 

Detailed Description

This object represents a message. https://core.telegram.org/bots/api#message.

Definition at line 48 of file Message.hpp.

Constructor & Destructor Documentation

◆ Message() [1/2]

tgbotxx::Message::Message ( )
default

◆ Message() [2/2]

tgbotxx::Message::Message ( const nl::json &  json)
inlineexplicit

Definition at line 50 of file Message.hpp.

Member Function Documentation

◆ fromJson()

void tgbotxx::Message::fromJson ( const nl::json &  json)

Deserializes this object from JSON.

◆ toJson()

nl::json tgbotxx::Message::toJson ( ) const

Serializes this object to JSON.

Returns
JSON representation of this object

Member Data Documentation

◆ animation

Ptr<Animation> tgbotxx::Message::animation

Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will also be set.

Definition at line 132 of file Message.hpp.

◆ audio

Ptr<Audio> tgbotxx::Message::audio

Optional. Message is an audio file, information about the file.

Definition at line 135 of file Message.hpp.

◆ authorSignature

std::string tgbotxx::Message::authorSignature

Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator.

Definition at line 122 of file Message.hpp.

◆ caption

std::string tgbotxx::Message::caption

Optional. Caption for the animation, audio, document, photo, video or voice.

Definition at line 159 of file Message.hpp.

◆ captionEntities

std::vector<Ptr<MessageEntity> > tgbotxx::Message::captionEntities

Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption.

Definition at line 162 of file Message.hpp.

◆ channelChatCreated

bool tgbotxx::Message::channelChatCreated {}

Optional. Service message: the channel has been created. This field can't be received in a message coming through updates, because bot can't be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel.

Definition at line 213 of file Message.hpp.

◆ chat

Ptr<Chat> tgbotxx::Message::chat

Conversation the message belongs to.

Definition at line 74 of file Message.hpp.

◆ chatShared

Ptr<ChatShared> tgbotxx::Message::chatShared

Optional. Service message: a chat was shared with the bot.

Definition at line 245 of file Message.hpp.

◆ connectedWebsite

std::string tgbotxx::Message::connectedWebsite

Optional. The domain name of the website on which the user has logged in. about Telegram Login » https://core.telegram.org/widgets/login .

Definition at line 249 of file Message.hpp.

◆ contact

Ptr<Contact> tgbotxx::Message::contact

Optional. Message is a shared contact, information about the contact.

Definition at line 168 of file Message.hpp.

◆ date

std::time_t tgbotxx::Message::date {}

Date the message was sent in Unix time.

Definition at line 71 of file Message.hpp.

◆ deleteChatPhoto

bool tgbotxx::Message::deleteChatPhoto {}

Optional. Service message: the chat photo was deleted.

Definition at line 200 of file Message.hpp.

◆ dice

Ptr<Dice> tgbotxx::Message::dice

Optional. Message is a dice with random value.

Definition at line 171 of file Message.hpp.

◆ document

Ptr<Document> tgbotxx::Message::document

Optional. Message is a general file, information about the file.

Definition at line 138 of file Message.hpp.

◆ editDate

std::time_t tgbotxx::Message::editDate {}

Optional. Date the message was last edited in Unix time.

Definition at line 112 of file Message.hpp.

◆ entities

std::vector<Ptr<MessageEntity> > tgbotxx::Message::entities

Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text.

Definition at line 128 of file Message.hpp.

◆ forumTopicClosed

Ptr<ForumTopicClosed> tgbotxx::Message::forumTopicClosed

Optional. Service message: forum topic closed.

Definition at line 268 of file Message.hpp.

◆ forumTopicCreated

Ptr<ForumTopicCreated> tgbotxx::Message::forumTopicCreated

Optional. Service message: forum topic created.

Definition at line 262 of file Message.hpp.

◆ forumTopicEdited

Ptr<ForumTopicEdited> tgbotxx::Message::forumTopicEdited

Optional. Service message: forum topic edited.

Definition at line 265 of file Message.hpp.

◆ forumTopicReopened

Ptr<ForumTopicReopened> tgbotxx::Message::forumTopicReopened

Optional. Service message: forum topic reopened.

Definition at line 271 of file Message.hpp.

◆ forwardDate

std::time_t tgbotxx::Message::forwardDate {}

Optional. For forwarded messages, date the original message was sent in Unix time.

Definition at line 95 of file Message.hpp.

◆ forwardFrom

Ptr<User> tgbotxx::Message::forwardFrom

Optional. For forwarded messages, sender of the original message.

Definition at line 77 of file Message.hpp.

◆ forwardFromChat

Ptr<Chat> tgbotxx::Message::forwardFromChat

Optional. For messages forwarded from channels or from anonymous administrators, information about the original sender chat.

Definition at line 81 of file Message.hpp.

◆ forwardFromMessageId

std::int32_t tgbotxx::Message::forwardFromMessageId {}

Optional. For messages forwarded from channels, identifier of the original message in the channel.

Definition at line 84 of file Message.hpp.

◆ forwardSenderName

std::string tgbotxx::Message::forwardSenderName

Optional. Sender's name for messages forwarded from users who disallow adding a link to their account in forwarded messages.

Definition at line 92 of file Message.hpp.

◆ forwardSignature

std::string tgbotxx::Message::forwardSignature

Optional. For forwarded messages that were originally sent in channels or by an anonymous chat administrator, signature of the message sender if present.

Definition at line 88 of file Message.hpp.

◆ from

Ptr<User> tgbotxx::Message::from

Optional. Sender of the message; empty for messages sent to channels. For backward compatibility, the field contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.

Definition at line 62 of file Message.hpp.

◆ game

Ptr<Game> tgbotxx::Message::game

Optional. Message is a game, information about the game. about games » https://core.telegram.org/bots/api#games .

Definition at line 175 of file Message.hpp.

◆ generalForumTopicHidden

Ptr<GeneralForumTopicHidden> tgbotxx::Message::generalForumTopicHidden

Optional. Service message: the 'General' forum topic hidden.

Definition at line 274 of file Message.hpp.

◆ generalForumTopicUnhidden

Ptr<GeneralForumTopicUnhidden> tgbotxx::Message::generalForumTopicUnhidden

Optional. Service message: the 'General' forum topic unhidden.

Definition at line 277 of file Message.hpp.

◆ groupChatCreated

bool tgbotxx::Message::groupChatCreated {}

Optional. Service message: the group has been created.

Definition at line 203 of file Message.hpp.

◆ hasMediaSpoiler

bool tgbotxx::Message::hasMediaSpoiler {}

Optional. True, if the message media is covered by a spoiler animation.

Definition at line 165 of file Message.hpp.

◆ hasProtectedContent

bool tgbotxx::Message::hasProtectedContent {}

Optional. True, if the message can't be forwarded.

Definition at line 115 of file Message.hpp.

◆ invoice

Ptr<Invoice> tgbotxx::Message::invoice

Optional. Message is an invoice for a payment, information about the invoice. about payments » https://core.telegram.org/bots/api#payments .

Definition at line 235 of file Message.hpp.

◆ isAutomaticForward

bool tgbotxx::Message::isAutomaticForward {}

Optional. True, if the message is a channel post that was automatically forwarded to the connected discussion group.

Definition at line 102 of file Message.hpp.

◆ isTopicMessage

bool tgbotxx::Message::isTopicMessage {}

Optional. True, if the message is sent to a forum topic.

Definition at line 98 of file Message.hpp.

◆ leftChatMember

Ptr<User> tgbotxx::Message::leftChatMember

Optional. A member was removed from the group, information about them (this member may be the bot itself)

Definition at line 191 of file Message.hpp.

◆ location

Ptr<Location> tgbotxx::Message::location

Optional. Message is a shared location, information about the location.

Definition at line 185 of file Message.hpp.

◆ mediaGroupId

std::string tgbotxx::Message::mediaGroupId

Optional. The unique identifier of a media message group this message belongs to.

Definition at line 118 of file Message.hpp.

◆ messageAutoDeleteTimerChanged

Ptr<MessageAutoDeleteTimerChanged> tgbotxx::Message::messageAutoDeleteTimerChanged

Optional. Service message: auto-delete timer settings changed in the chat.

Definition at line 216 of file Message.hpp.

◆ messageId

std::int32_t tgbotxx::Message::messageId {}

Unique message identifier inside this chat.

Definition at line 55 of file Message.hpp.

◆ messageThreadId

std::int32_t tgbotxx::Message::messageThreadId {}

Optional. Unique identifier of a message thread to which the message belongs; for supergroups only.

Definition at line 58 of file Message.hpp.

◆ migrateFromChatId

std::int64_t tgbotxx::Message::migrateFromChatId {}

Optional. The supergroup has been migrated from a group with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.

Definition at line 228 of file Message.hpp.

◆ migrateToChatId

std::int64_t tgbotxx::Message::migrateToChatId {}

Optional. The group has been migrated to a supergroup with the specified identifier. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a signed 64-bit integer or double-precision float type are safe for storing this identifier.

Definition at line 222 of file Message.hpp.

◆ newChatMembers

std::vector<Ptr<User> > tgbotxx::Message::newChatMembers

Optional. New members that were added to the group or supergroup and information about them (the bot itself may be one of these members)

Definition at line 188 of file Message.hpp.

◆ newChatPhoto

Ptr<PhotoSize> tgbotxx::Message::newChatPhoto

Optional. A chat photo was change to this value.

Definition at line 197 of file Message.hpp.

◆ newChatTitle

std::string tgbotxx::Message::newChatTitle

Optional. A chat title was changed to this value.

Definition at line 194 of file Message.hpp.

◆ passportData

Ptr<PassportData> tgbotxx::Message::passportData

Optional. Telegram Passport data.

Definition at line 256 of file Message.hpp.

◆ photo

std::vector<Ptr<PhotoSize> > tgbotxx::Message::photo

Optional. Message is a photo, available sizes of the photo.

Definition at line 141 of file Message.hpp.

◆ pinnedMessage

Ptr<Message> tgbotxx::Message::pinnedMessage

Optional. Specified message was pinned. Note that the Message object in this field will not contain further reply_to_message fields even if it is itself a reply.

Definition at line 231 of file Message.hpp.

◆ poll

Ptr<Poll> tgbotxx::Message::poll

Optional. Message is a native poll, information about the poll.

Definition at line 178 of file Message.hpp.

◆ proximityAlertTriggered

Ptr<ProximityAlertTriggered> tgbotxx::Message::proximityAlertTriggered

Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location.

Definition at line 259 of file Message.hpp.

◆ replyMarkup

Ptr<InlineKeyboardMarkup> tgbotxx::Message::replyMarkup

Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.

Definition at line 295 of file Message.hpp.

◆ replyToMessage

Ptr<Message> tgbotxx::Message::replyToMessage

Optional. For replies, the original message. Note that the Message object in this field will not contain further reply_to_message fields even if it itself is a reply.

Definition at line 106 of file Message.hpp.

◆ senderChat

Ptr<Chat> tgbotxx::Message::senderChat

Optional. Sender of the message, sent on behalf of a chat. For example, the channel itself for channel posts, the supergroup itself for messages from anonymous group administrators, the linked channel for messages automatically forwarded to the discussion group. For backward compatibility, the field from contains a fake sender user in non-channel chats, if the message was sent on behalf of a chat.

Definition at line 68 of file Message.hpp.

◆ sticker

Ptr<Sticker> tgbotxx::Message::sticker

Optional. Message is a sticker, information about the sticker.

Definition at line 144 of file Message.hpp.

◆ story

Ptr<Story> tgbotxx::Message::story

Optional. Message is a forwarded story.

Definition at line 147 of file Message.hpp.

◆ successfulPayment

Ptr<SuccessfulPayment> tgbotxx::Message::successfulPayment

Optional. Message is a service message about a successful payment, information about the payment. about payments » https://core.telegram.org/bots/api#payments .

Definition at line 239 of file Message.hpp.

◆ supergroupChatCreated

bool tgbotxx::Message::supergroupChatCreated {}

Optional. Service message: the supergroup has been created. This field can't be received in a message coming through updates, because bot can't be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup.

Definition at line 208 of file Message.hpp.

◆ text

std::string tgbotxx::Message::text

Optional. For text messages, the actual UTF-8 text of the message.

Definition at line 125 of file Message.hpp.

◆ userShared

Ptr<UserShared> tgbotxx::Message::userShared

Optional. Service message: a user was shared with the bot.

Definition at line 242 of file Message.hpp.

◆ venue

Ptr<Venue> tgbotxx::Message::venue

Optional. Message is a venue, information about the venue. For backward compatibility, when this field is set, the location field will also be set.

Definition at line 182 of file Message.hpp.

◆ viaBot

Ptr<User> tgbotxx::Message::viaBot

Optional. Bot through which the message was sent.

Definition at line 109 of file Message.hpp.

◆ video

Ptr<Video> tgbotxx::Message::video

Optional. Message is a video, information about the video.

Definition at line 150 of file Message.hpp.

◆ videoChatEnded

Ptr<VideoChatEnded> tgbotxx::Message::videoChatEnded

Optional. Service message: video chat ended.

Definition at line 286 of file Message.hpp.

◆ videoChatParticipantsInvited

Ptr<VideoChatParticipantsInvited> tgbotxx::Message::videoChatParticipantsInvited

Optional. Service message: new participants invited to a video chat.

Definition at line 289 of file Message.hpp.

◆ videoChatScheduled

Ptr<VideoChatScheduled> tgbotxx::Message::videoChatScheduled

Optional. Service message: video chat scheduled.

Definition at line 280 of file Message.hpp.

◆ videoChatStarted

Ptr<VideoChatStarted> tgbotxx::Message::videoChatStarted

Optional. Service message: video chat started.

Definition at line 283 of file Message.hpp.

◆ videoNote

Ptr<VideoNote> tgbotxx::Message::videoNote

Optional. Message is a video note, information about the video message.

Definition at line 153 of file Message.hpp.

◆ voice

Ptr<Voice> tgbotxx::Message::voice

Optional. Message is a voice message, information about the file.

Definition at line 156 of file Message.hpp.

◆ webAppData

Ptr<WebAppData> tgbotxx::Message::webAppData

Optional. Service message: data sent by a Web App.

Definition at line 292 of file Message.hpp.

◆ writeAccessAllowed

Ptr<WriteAccessAllowed> tgbotxx::Message::writeAccessAllowed

Optional. Service message: the user allowed the bot to write messages after adding it to the attachment or side menu, launching a Web App from a link, or accepting an explicit request from a Web App sent by the method requestWriteAccess.

Definition at line 253 of file Message.hpp.


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