|
tgbotxx 1.2.9.2
Telegram Bot C++ Library
|
This object represents a chat background. https://core.telegram.org/bots/api#chatbackground. More...
#include <ChatBackground.hpp>
Public Member Functions | |
| ChatBackground ()=default | |
| ChatBackground (const nl::json &json) | |
| nl::json | toJson () const |
| void | fromJson (const nl::json &json) |
Public Attributes | |
| Ptr< BackgroundType > | type |
| Type of the background. | |
This object represents a chat background. https://core.telegram.org/bots/api#chatbackground.
Definition at line 9 of file ChatBackground.hpp.
|
default |
|
inlineexplicit |
Definition at line 11 of file ChatBackground.hpp.
Definition at line 24 of file ChatBackground.hpp.
|
inline |
Definition at line 18 of file ChatBackground.hpp.
| Ptr<BackgroundType> tgbotxx::ChatBackground::type |
Type of the background.
Definition at line 16 of file ChatBackground.hpp.