Sha256: cb766281d091832e13e2e50a716ea620e07b81ec58cc779f7e5edacc61c492f5

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

module TD::Types
  # Some data of a supergroup or a channel has changed.
  # This update is guaranteed to come before the supergroup identifier is returned to the client.
  #
  # @attr supergroup [TD::Types::Supergroup] New data about the supergroup.
  class Update::Supergroup < Update
    attribute :supergroup, TD::Types::Supergroup
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/update/supergroup.rb
tdlib-ruby-2.1.0 lib/tdlib/types/update/supergroup.rb
tdlib-ruby-2.0.0 lib/tdlib/types/update/supergroup.rb