Sha256: b4f51d5d2626f906f463305ce73e320c8c5dd377721431f8e6e7f0114df4edfc

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

module TD::Types
  # A filled background.
  #
  # @attr fill [TD::Types::BackgroundFill] Description of the background fill.
  class BackgroundType::Fill < BackgroundType
    attribute :fill, TD::Types::BackgroundFill
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/background_type/fill.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/background_type/fill.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/background_type/fill.rb
tdlib-ruby-2.2.0 lib/tdlib/types/background_type/fill.rb