Sha256: d3f94a215ae30a4e52787aa8f634d5392982bb03104ec842c85bdc40798fb695
Contents?: true
Size: 496 Bytes
Versions: 4
Compression:
Stored size: 496 Bytes
Contents
module TD::Types # The list of recently used stickers was updated. # # @attr is_attached [Boolean] True, if the list of stickers attached to photo or video files was updated, otherwise # the list of sent stickers is updated. # @attr sticker_ids [Array<Integer>] The new list of file identifiers of recently used stickers. class Update::RecentStickers < Update attribute :is_attached, TD::Types::Bool attribute :sticker_ids, TD::Types::Array.of(TD::Types::Integer) end end
Version data entries
4 entries across 4 versions & 2 rubygems