Sha256: 62db505a8dfc5cf2458e573f70b2f6194f82e3c1d982c95aa82ed0fa2a1f7ab1
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
module TD::Types # Contains a list of wallpapers. # # @attr wallpapers [Array<TD::Types::Wallpaper>] A list of wallpapers. class Wallpapers < Base attribute :wallpapers, TD::Types::Array.of(TD::Types::Wallpaper) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.0.0 | lib/tdlib/types/wallpapers.rb |