|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
The background is filled using the selected solid color. https://core.telegram.org/bots/api#backgroundfillsolid. More...
#include <BackgroundFill.hpp>
Public Member Functions | |
| BackgroundFillSolid () | |
| BackgroundFillSolid (const nl::json &json) | |
| nl::json | toJson () const override |
| void | fromJson (const nl::json &json) override |
Public Member Functions inherited from tgbotxx::BackgroundFill | |
| BackgroundFill ()=default | |
| BackgroundFill (const nl::json &json) | |
| virtual | ~BackgroundFill ()=default |
Public Attributes | |
| std::int32_t | color {} |
| The color of the background fill in the RGB24 format. | |
Public Attributes inherited from tgbotxx::BackgroundFill | |
| std::string | type |
| Type of the background fill, one of "solid", "gradient", "freeform_gradient". | |
The background is filled using the selected solid color. https://core.telegram.org/bots/api#backgroundfillsolid.
Definition at line 39 of file BackgroundFill.hpp.
|
inline |
Definition at line 40 of file BackgroundFill.hpp.
|
inlineexplicit |
Definition at line 43 of file BackgroundFill.hpp.
|
inlineoverridevirtual |
Reimplemented from tgbotxx::BackgroundFill.
Definition at line 56 of file BackgroundFill.hpp.
|
inlineoverridevirtual |
Reimplemented from tgbotxx::BackgroundFill.
Definition at line 50 of file BackgroundFill.hpp.
| std::int32_t tgbotxx::BackgroundFillSolid::color {} |
The color of the background fill in the RGB24 format.
Definition at line 48 of file BackgroundFill.hpp.