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

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/message_content/chat_upgrade_to.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/message_content/chat_upgrade_to.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/message_content/chat_upgrade_to.rb