List of all members | Public Fields | Public Instance Methods | Static Public Attributes
paymentFormTheme Class Referencefinal

Inherits Object.

Description

Theme colors for a payment form.

Public Fields

int32 background_color_
 A color of the payment form background in the RGB24 format.
 
int32 text_color_
 A color of text in the RGB24 format.
 
int32 hint_color_
 A color of hints in the RGB24 format.
 
int32 link_color_
 A color of links in the RGB24 format.
 
int32 button_color_
 A color of the buttons in the RGB24 format.
 
int32 button_text_color_
 A color of text on the buttons in the RGB24 format.
 

Public Instance Methods

 paymentFormTheme ()
 
 paymentFormTheme (int32 background_color_, int32 text_color_, int32 hint_color_, int32 link_color_, int32 button_color_, int32 button_text_color_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Instance Methods inherited from TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

static const std::int32_t ID = -1760030833
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ paymentFormTheme() [1/2]

Theme colors for a payment form.

◆ paymentFormTheme() [2/2]

paymentFormTheme ( int32  background_color_,
int32  text_color_,
int32  hint_color_,
int32  link_color_,
int32  button_color_,
int32  button_text_color_ 
)

Theme colors for a payment form.

Parameters
[in]background_color_A color of the payment form background in the RGB24 format.
[in]text_color_A color of text in the RGB24 format.
[in]hint_color_A color of hints in the RGB24 format.
[in]link_color_A color of links in the RGB24 format.
[in]button_color_A color of the buttons in the RGB24 format.
[in]button_text_color_A color of text on the buttons in the RGB24 format.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements TlObject.


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