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