|
tgbot-cpp
|
The background is a freeform gradient that rotates after every message in the chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BackgroundFillFreeformGradient> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the background fill, always “freeform_gradient” | |
| std::vector< std::int32_t > | colors { } |
| A list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 format. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
The background is a freeform gradient that rotates after every message in the chat.
| using TgBot::BackgroundFillFreeformGradient::Ptr = std::shared_ptr<BackgroundFillFreeformGradient> |
| std::vector<std::int32_t> TgBot::BackgroundFillFreeformGradient::colors { } |
|
static |
| std::string TgBot::BackgroundFillFreeformGradient::type { TYPE } |