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

This object represents a service message about a user boosting a chat. More...

#include <ChatBoostAdded.h>

Public Types

typedef std::shared_ptr< ChatBoostAddedPtr
 

Public Attributes

std::int32_t boostCount
 Number of boosts added by the user.
 

Detailed Description

This object represents a service message about a user boosting a chat.

Definition at line 14 of file ChatBoostAdded.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 17 of file ChatBoostAdded.h.

Member Data Documentation

◆ boostCount

std::int32_t TgBot::ChatBoostAdded::boostCount

Number of boosts added by the user.

Definition at line 22 of file ChatBoostAdded.h.


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