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

This object represents a list of boosts added to a chat by a user. More...

#include <UserChatBoosts.h>

Public Types

typedef std::shared_ptr< UserChatBoostsPtr
 

Public Attributes

std::vector< ChatBoost::Ptrboosts
 The list of boosts added to the chat by the user.
 

Detailed Description

This object represents a list of boosts added to a chat by a user.

Definition at line 16 of file UserChatBoosts.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 19 of file UserChatBoosts.h.

Member Data Documentation

◆ boosts

std::vector<ChatBoost::Ptr> TgBot::UserChatBoosts::boosts

The list of boosts added to the chat by the user.

Definition at line 24 of file UserChatBoosts.h.


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