tgbot-cpp
Loading...
Searching...
No Matches
TgBot::BackgroundFillSolid Struct Reference

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

Detailed Description

The background is filled using the selected color.

Definition at line 680 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 681 of file Types.h.

Member Data Documentation

◆ color

std::int32_t TgBot::BackgroundFillSolid::color { }

The color of the background fill in the RGB24 format.

Definition at line 693 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::BackgroundFillSolid::TYPE
static

Definition at line 683 of file Types.h.

◆ type

std::string TgBot::BackgroundFillSolid::type { TYPE }

Type of the background fill, always “solid”

Definition at line 688 of file Types.h.


The documentation for this struct was generated from the following file: