This object describes the way a background is filled based on the selected colors. It can be one of:
More...
#include <BackgroundFill.hpp>
|
| std::string | type |
| | Type of the background fill, one of "solid", "gradient", "freeform_gradient".
|
| |
This object describes the way a background is filled based on the selected colors. It can be one of:
Definition at line 11 of file BackgroundFill.hpp.
◆ BackgroundFill() [1/2]
| tgbotxx::BackgroundFill::BackgroundFill |
( |
| ) |
|
|
default |
◆ BackgroundFill() [2/2]
| tgbotxx::BackgroundFill::BackgroundFill |
( |
const nl::json & |
json | ) |
|
|
inlineexplicit |
◆ ~BackgroundFill()
| virtual tgbotxx::BackgroundFill::~BackgroundFill |
( |
| ) |
|
|
virtualdefault |
◆ fromJson()
| virtual void tgbotxx::BackgroundFill::fromJson |
( |
const nl::json & |
json | ) |
|
|
inlinevirtual |
◆ toJson()
| virtual nl::json tgbotxx::BackgroundFill::toJson |
( |
| ) |
const |
|
inlinevirtual |
◆ type
| std::string tgbotxx::BackgroundFill::type |
Type of the background fill, one of "solid", "gradient", "freeform_gradient".
Definition at line 19 of file BackgroundFill.hpp.
The documentation for this struct was generated from the following file: