|
tgbot-cpp
|
This object describes the way a background is filled based on the selected colors. Currently, it can be one of BackgroundFillSolid BackgroundFillGradient BackgroundFillFreeformGradient. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BackgroundFill> |
Public Attributes | |
| std::variant< std::shared_ptr< BackgroundFillSolid >, std::shared_ptr< BackgroundFillGradient >, std::shared_ptr< BackgroundFillFreeformGradient > > | value |
This object describes the way a background is filled based on the selected colors. Currently, it can be one of BackgroundFillSolid BackgroundFillGradient BackgroundFillFreeformGradient.
| using TgBot::BackgroundFill::Ptr = std::shared_ptr<BackgroundFill> |
| std::variant<std::shared_ptr<BackgroundFillSolid>, std::shared_ptr<BackgroundFillGradient>, std::shared_ptr<BackgroundFillFreeformGradient> > TgBot::BackgroundFill::value |