Sha256: e964b0e254a409bb7b413e1ea5d7896d72a119bdceb2ec94abe3b7c7527b81e6

Contents?: true

Size: 436 Bytes

Versions: 2

Compression:

Stored size: 436 Bytes

Contents

module TD::Types
  # The list of installed sticker sets was updated.
  #
  # @attr is_masks [Boolean] True, if the list of installed mask sticker sets was updated.
  # @attr sticker_set_ids [Array<Integer>] The new list of installed ordinary sticker sets.
  class Update::InstalledStickerSets < Update
    attribute :is_masks, TD::Types::Bool
    attribute :sticker_set_ids, TD::Types::Array.of(TD::Types::Coercible::Integer)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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