tgbot-cpp
|
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button. More...
#include <UsersShared.h>
Public Types | |
typedef std::shared_ptr< UsersShared > | Ptr |
Public Attributes | |
std::int32_t | requestId |
Identifier of the request. | |
std::vector< SharedUser::Ptr > | users |
Information about users shared with the bot. | |
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.
Definition at line 17 of file UsersShared.h.
typedef std::shared_ptr<UsersShared> TgBot::UsersShared::Ptr |
Definition at line 20 of file UsersShared.h.
std::int32_t TgBot::UsersShared::requestId |
Identifier of the request.
Definition at line 25 of file UsersShared.h.
std::vector<SharedUser::Ptr> TgBot::UsersShared::users |
Information about users shared with the bot.
Definition at line 30 of file UsersShared.h.