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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatBoostRemoved>

Public Attributes

std::shared_ptr< Chatchat { }
 Chat which was boosted.
std::string boostId { }
 Unique identifier of the boost.
std::int32_t removeDate { }
 Point in time (Unix timestamp) when the boost was removed.
std::shared_ptr< ChatBoostSourcesource { }
 Source of the removed boost.

Detailed Description

This object represents a boost removed from a chat.

Definition at line 1724 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1725 of file Types.h.

Member Data Documentation

◆ boostId

std::string TgBot::ChatBoostRemoved::boostId { }

Unique identifier of the boost.

Definition at line 1735 of file Types.h.

◆ chat

std::shared_ptr<Chat> TgBot::ChatBoostRemoved::chat { }

Chat which was boosted.

Definition at line 1730 of file Types.h.

◆ removeDate

std::int32_t TgBot::ChatBoostRemoved::removeDate { }

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

Definition at line 1740 of file Types.h.

◆ source

std::shared_ptr<ChatBoostSource> TgBot::ChatBoostRemoved::source { }

Source of the removed boost.

Definition at line 1745 of file Types.h.


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