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

This object represents a boost removed from a chat. More...

#include <ChatBoostRemoved.h>

Public Types

typedef std::shared_ptr< ChatBoostRemovedPtr
 

Public Attributes

Chat::Ptr chat
 Chat which was boosted.
 
std::string boostId
 Unique identifier of the boost.
 
std::uint32_t removeDate
 Point in time (Unix timestamp) when the boost was removed.
 
ChatBoostSource::Ptr source
 Source of the removed boost.
 

Detailed Description

This object represents a boost removed from a chat.

Definition at line 18 of file ChatBoostRemoved.h.

Member Typedef Documentation

◆ Ptr

Definition at line 21 of file ChatBoostRemoved.h.

Member Data Documentation

◆ boostId

std::string TgBot::ChatBoostRemoved::boostId

Unique identifier of the boost.

Definition at line 31 of file ChatBoostRemoved.h.

◆ chat

Chat::Ptr TgBot::ChatBoostRemoved::chat

Chat which was boosted.

Definition at line 26 of file ChatBoostRemoved.h.

◆ removeDate

std::uint32_t TgBot::ChatBoostRemoved::removeDate

Point in time (Unix timestamp) when the boost was removed.

Definition at line 36 of file ChatBoostRemoved.h.

◆ source

ChatBoostSource::Ptr TgBot::ChatBoostRemoved::source

Source of the removed boost.

Definition at line 41 of file ChatBoostRemoved.h.


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