Sha256: 88e3aa6a2495bd65a23b8b066aec6533615e906f51944eb77bdfff90dbf9a3fb
Contents?: true
Size: 451 Bytes
Versions: 3
Compression:
Stored size: 451 Bytes
Contents
module TD::Types # The supergroup sticker set was changed. # # @attr old_sticker_set_id [Integer] Previous identifier of the chat sticker set; 0 if none. # @attr new_sticker_set_id [Integer] New identifier of the chat sticker set; 0 if none. class ChatEventAction::StickerSetChanged < ChatEventAction attribute :old_sticker_set_id, TD::Types::Coercible::Integer attribute :new_sticker_set_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems