Class: TD::Types::BackgroundFill::Solid

Inherits:
TD::Types::BackgroundFill show all
Defined in:
lib/tdlib/types/background_fill/solid.rb

Overview

Describes a solid fill of a background.

Instance Attribute Summary collapse

Method Summary

Methods inherited from TD::Types::Base

#to_hash, #to_json

Instance Attribute Details

#colorInteger

A color of the background in the RGB24 format.

Returns:

  • (Integer)

    the current value of color



5
6
7
# File 'lib/tdlib/types/background_fill/solid.rb', line 5

def color
  @color
end