Sha256: 452570155ba56867aff89f5cb98ad960fbcaf5a682c660400e18663ee53099b0

Contents?: true

Size: 241 Bytes

Versions: 6

Compression:

Stored size: 241 Bytes

Contents

module TD::Types
  # Contains a list of backgrounds.
  #
  # @attr backgrounds [Array<TD::Types::Background>] A list of backgrounds.
  class Backgrounds < Base
    attribute :backgrounds, TD::Types::Array.of(TD::Types::Background)
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/backgrounds.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/backgrounds.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/backgrounds.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/backgrounds.rb
tdlib-ruby-2.2.0 lib/tdlib/types/backgrounds.rb
tdlib-ruby-2.1.0 lib/tdlib/types/backgrounds.rb