1#ifndef TGBOT_SHAREDUSER_H
2#define TGBOT_SHAREDUSER_H
21 typedef std::shared_ptr<SharedUser>
Ptr;
50 std::vector<PhotoSize::Ptr>
photo;
This object contains information about a user that was shared with the bot using a KeyboardButtonRequ...
std::vector< PhotoSize::Ptr > photo
Optional. Available sizes of the chat photo, if the photo was requested by the bot.
std::string username
Optional. Username of the user, if the username was requested by the bot.
std::int64_t userId
Identifier of the shared user.
std::string lastName
Optional. Last name of the user, if the name was requested by the bot.
std::string firstName
Optional. First name of the user, if the name was requested by the bot.
std::shared_ptr< SharedUser > Ptr