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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatBoostAdded>

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 1708 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 1709 of file Types.h.

Member Data Documentation

◆ boostCount

std::int32_t TgBot::ChatBoostAdded::boostCount { }

Number of boosts added by the user.

Definition at line 1714 of file Types.h.


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