Sha256: 818efb7e696a1a86336f82f2fd1ebb516a145740e7275f5953394327c2dd39fd

Contents?: true

Size: 319 Bytes

Versions: 4

Compression:

Stored size: 319 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::Integer
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/message_content/chat_upgrade_to.rb
tdlib-ruby-2.2.0 lib/tdlib/types/message_content/chat_upgrade_to.rb
tdlib-ruby-2.1.0 lib/tdlib/types/message_content/chat_upgrade_to.rb
tdlib-ruby-2.0.0 lib/tdlib/types/message_content/chat_upgrade_to.rb