Sha256: d4309d8dc79bbfd8478d1c870915ab586eeced34cce27435d0b8354803a31263
Contents?: true
Size: 330 Bytes
Versions: 3
Compression:
Stored size: 330 Bytes
Contents
module TD::Types # A basic group was upgraded to a supergroup and was deactivated as the result. # # @attr supergroup_id [Integer] Identifier of the supergroup to which the basic group was upgraded. class MessageContent::ChatUpgradeTo < MessageContent attribute :supergroup_id, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems