tgbot-cpp
Loading...
Searching...
No Matches
TgBot::UsersShared Class Reference

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< UsersSharedPtr
 

Public Attributes

std::int32_t requestId
 Identifier of the request.
 
std::vector< SharedUser::Ptrusers
 Information about users shared with the bot.
 

Detailed Description

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.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<UsersShared> TgBot::UsersShared::Ptr

Definition at line 20 of file UsersShared.h.

Member Data Documentation

◆ requestId

std::int32_t TgBot::UsersShared::requestId

Identifier of the request.

Definition at line 25 of file UsersShared.h.

◆ users

std::vector<SharedUser::Ptr> TgBot::UsersShared::users

Information about users shared with the bot.

Definition at line 30 of file UsersShared.h.


The documentation for this class was generated from the following file: