Sha256: 0ea6ac7c6fcc5abb7fe167c8937613e313b566237ddd644a4855a56711e7bc97

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/background_fill/solid.rb
tdlib-ruby-2.2.0 lib/tdlib/types/background_fill/solid.rb