|
tgbot-cpp
|
The background is a gradient fill. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BackgroundFillGradient> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the background fill, always “gradient” | |
| std::int32_t | topColor { } |
| Top color of the gradient in the RGB24 format. | |
| std::int32_t | bottomColor { } |
| Bottom color of the gradient in the RGB24 format. | |
| std::int32_t | rotationAngle { } |
| Clockwise rotation angle of the background fill in degrees; 0-359. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::BackgroundFillGradient::Ptr = std::shared_ptr<BackgroundFillGradient> |
| std::int32_t TgBot::BackgroundFillGradient::bottomColor { } |
| std::int32_t TgBot::BackgroundFillGradient::rotationAngle { } |
| std::int32_t TgBot::BackgroundFillGradient::topColor { } |
|
static |
| std::string TgBot::BackgroundFillGradient::type { TYPE } |