tgbot-cpp
Loading...
Searching...
No Matches
ChatBoostUpdated.h
Go to the documentation of this file.
1
#ifndef TGBOT_CHATBOOSTUPDATED_H
2
#define TGBOT_CHATBOOSTUPDATED_H
3
4
#include "
tgbot/types/Chat.h
"
5
#include "
tgbot/types/ChatBoost.h
"
6
7
#include <memory>
8
9
namespace
TgBot
{
10
16
class
ChatBoostUpdated
{
17
18
public
:
19
typedef
std::shared_ptr<ChatBoostUpdated>
Ptr
;
20
24
Chat::Ptr
chat
;
25
29
ChatBoost::Ptr
boost
;
30
};
31
}
32
33
#endif
//TGBOT_CHATBOOSTUPDATED_H
Chat.h
ChatBoost.h
TgBot::ChatBoost::Ptr
std::shared_ptr< ChatBoost > Ptr
Definition
ChatBoost.h:20
TgBot::ChatBoostUpdated
This object represents a boost added to a chat or changed.
Definition
ChatBoostUpdated.h:16
TgBot::ChatBoostUpdated::boost
ChatBoost::Ptr boost
Information about the chat boost.
Definition
ChatBoostUpdated.h:29
TgBot::ChatBoostUpdated::chat
Chat::Ptr chat
Chat which was boosted.
Definition
ChatBoostUpdated.h:24
TgBot::ChatBoostUpdated::Ptr
std::shared_ptr< ChatBoostUpdated > Ptr
Definition
ChatBoostUpdated.h:19
TgBot::Chat::Ptr
std::shared_ptr< Chat > Ptr
Definition
Chat.h:31
TgBot
Definition
Api.h:40
include
tgbot
types
ChatBoostUpdated.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0