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

This object describes the background of a gift. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<GiftBackground>

Public Attributes

std::int32_t centerColor { }
 Center color of the background in RGB format.
std::int32_t edgeColor { }
 Edge color of the background in RGB format.
std::int32_t textColor { }
 Text color of the background in RGB format.

Detailed Description

This object describes the background of a gift.

Definition at line 4003 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::GiftBackground::Ptr = std::shared_ptr<GiftBackground>

Definition at line 4004 of file Types.h.

Member Data Documentation

◆ centerColor

std::int32_t TgBot::GiftBackground::centerColor { }

Center color of the background in RGB format.

Definition at line 4009 of file Types.h.

◆ edgeColor

std::int32_t TgBot::GiftBackground::edgeColor { }

Edge color of the background in RGB format.

Definition at line 4014 of file Types.h.

◆ textColor

std::int32_t TgBot::GiftBackground::textColor { }

Text color of the background in RGB format.

Definition at line 4019 of file Types.h.


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