Sha256: e6f9bb5e4e2cd4d650aeb4449cfc512360065758ce5acbbfa4d26423e39a53f4

Contents?: true

Size: 425 Bytes

Versions: 4

Compression:

Stored size: 425 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::Integer)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/update/installed_sticker_sets.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/installed_sticker_sets.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/installed_sticker_sets.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/installed_sticker_sets.rb