|
tgbot-cpp
|
The background is filled using the selected color. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BackgroundFillSolid> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the background fill, always “solid” | |
| std::int32_t | color { } |
| The color of the background fill in the RGB24 format. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::BackgroundFillSolid::Ptr = std::shared_ptr<BackgroundFillSolid> |
| std::int32_t TgBot::BackgroundFillSolid::color { } |
|
static |
| std::string TgBot::BackgroundFillSolid::type { TYPE } |