Sha256: bd543577c237e03c8a5505758eb13f49a8d7b8c698bfb1f9868cbaf36246881e

Contents?: true

Size: 507 Bytes

Versions: 2

Compression:

Stored size: 507 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::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/recent_stickers.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/recent_stickers.rb