Class: TD::Types::BackgroundType::Solid

Inherits:
TD::Types::BackgroundType show all
Defined in:
lib/tdlib/types/background_type/solid.rb

Overview

A solid 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 RGB24 format.

Returns:

  • (Integer)

    the current value of color



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

def color
  @color
end