Sha256: 40397a036325cf0e6b8b675ffee929cbfcc16b7a719fa3dbd84a1fe097f4d20e

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

module TD::Types
  # The list of favorite stickers was updated.
  #
  # @attr sticker_ids [Array<Integer>] The new list of file identifiers of favorite stickers.
  class Update::FavoriteStickers < Update
    attribute :sticker_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/favorite_stickers.rb
tdlib-ruby-2.2.0 lib/tdlib/types/update/favorite_stickers.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/favorite_stickers.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/favorite_stickers.rb