1#ifndef TGBOT_CHATSHARED_H
2#define TGBOT_CHATSHARED_H
21 typedef std::shared_ptr<ChatShared>
Ptr;
51 std::vector<PhotoSize::Ptr>
photo;
This object contains information about a chat that was shared with the bot using a KeyboardButtonRequ...
std::string title
Optional. Title of the chat, if the title was requested by the bot.
std::string username
Optional. Username of the chat, if the username was requested by the bot and available.
std::int32_t requestId
Identifier of the request.
std::shared_ptr< ChatShared > Ptr
std::int64_t chatId
Identifier of the shared chat.
std::vector< PhotoSize::Ptr > photo
Optional. Available sizes of the chat photo, if the photo was requested by the bot.