Sha256: f23e43012c8bf44febd58469601dff2b0d272f0f06347408792fcfff95f1c38f
Contents?: true
Size: 293 Bytes
Versions: 3
Compression:
Stored size: 293 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::Coercible::Integer) end end
Version data entries
3 entries across 3 versions & 1 rubygems