Sha256: 65a748a35d0409c9ee375e3b08ad4a5a156acf66e45d059324ff77c681537002

Contents?: true

Size: 212 Bytes

Versions: 1

Compression:

Stored size: 212 Bytes

Contents

module TD::Types
  # A solid background.
  #
  # @attr color [Integer] A color of the background in RGB24 format.
  class BackgroundType::Solid < BackgroundType
    attribute :color, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.1.0 lib/tdlib/types/background_type/solid.rb