Sha256: af6d7a11d013a977244c7a2df20c1663442f7ecba4fcb536afc01c4d37fbb807
Contents?: true
Size: 247 Bytes
Versions: 3
Compression:
Stored size: 247 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::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.4 | lib/tdlib/types/background_fill/solid.rb |
tdlib-schema-1.7.0.3 | lib/tdlib/types/background_fill/solid.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/background_fill/solid.rb |