|
tgbot-cpp
|
This object describes the type of a background. Currently, it can be one of BackgroundTypeFill BackgroundTypeWallpaper BackgroundTypePattern BackgroundTypeChatTheme. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<BackgroundType> |
Public Attributes | |
| std::variant< std::shared_ptr< BackgroundTypeFill >, std::shared_ptr< BackgroundTypeWallpaper >, std::shared_ptr< BackgroundTypePattern >, std::shared_ptr< BackgroundTypeChatTheme > > | value |
This object describes the type of a background. Currently, it can be one of BackgroundTypeFill BackgroundTypeWallpaper BackgroundTypePattern BackgroundTypeChatTheme.
| using TgBot::BackgroundType::Ptr = std::shared_ptr<BackgroundType> |
| std::variant<std::shared_ptr<BackgroundTypeFill>, std::shared_ptr<BackgroundTypeWallpaper>, std::shared_ptr<BackgroundTypePattern>, std::shared_ptr<BackgroundTypeChatTheme> > TgBot::BackgroundType::value |