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