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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<UserChatBoosts>

Public Attributes

std::vector< std::shared_ptr< ChatBoost > > boosts { }
 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 14896 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 14897 of file Types.h.

Member Data Documentation

◆ boosts

std::vector<std::shared_ptr<ChatBoost> > TgBot::UserChatBoosts::boosts { }

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

Definition at line 14902 of file Types.h.


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