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

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.

Detailed Description

This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

Definition at line 14989 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::UsersShared::Ptr = std::shared_ptr<UsersShared>

Definition at line 14990 of file Types.h.

Member Data Documentation

◆ requestId

std::int32_t TgBot::UsersShared::requestId { }

Identifier of the request.

Definition at line 14995 of file Types.h.

◆ users

std::vector<std::shared_ptr<SharedUser> > TgBot::UsersShared::users { }

Information about users shared with the bot.

Definition at line 15000 of file Types.h.


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