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

This object represents a boost added to a chat or changed. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatBoostUpdated>

Public Attributes

std::shared_ptr< Chatchat { }
 Chat which was boosted.
std::shared_ptr< ChatBoostboost { }
 Information about the chat boost.

Detailed Description

This object represents a boost added to a chat or changed.

Definition at line 1864 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1865 of file Types.h.

Member Data Documentation

◆ boost

std::shared_ptr<ChatBoost> TgBot::ChatBoostUpdated::boost { }

Information about the chat boost.

Definition at line 1875 of file Types.h.

◆ chat

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

Chat which was boosted.

Definition at line 1870 of file Types.h.


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