Sha256: bb70bdd29bc2514d627eb06003ea660de251249e6cc07de30fef671c5ed00144

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

module TD::Types
  # Represents a list of sticker sets.
  #
  # @attr total_count [Integer] Approximate total number of sticker sets found.
  # @attr sets [Array<TD::Types::StickerSetInfo>] List of sticker sets.
  class StickerSets < Base
    attribute :total_count, TD::Types::Coercible::Integer
    attribute :sets, TD::Types::Array.of(TD::Types::StickerSetInfo)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/sticker_sets.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/sticker_sets.rb