|
tgbot-cpp
|
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<UsersShared> |
Public Attributes | |
| std::int32_t | requestId { } |
| Identifier of the request. | |
| std::vector< std::shared_ptr< SharedUser > > | 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.
| using TgBot::UsersShared::Ptr = std::shared_ptr<UsersShared> |
| std::int32_t TgBot::UsersShared::requestId { } |
| std::vector<std::shared_ptr<SharedUser> > TgBot::UsersShared::users { } |