1#ifndef TGBOT_USERSSHARED_H
2#define TGBOT_USERSSHARED_H
20 typedef std::shared_ptr<UsersShared>
Ptr;
30 std::vector<SharedUser::Ptr>
users;
This object contains information about the users whose identifiers were shared with the bot using a K...
std::vector< SharedUser::Ptr > users
Information about users shared with the bot.
std::int32_t requestId
Identifier of the request.
std::shared_ptr< UsersShared > Ptr