Sha256: 28e07b5f1976bfe5c38d0df3bc331e107419f0474d0d29362f118948a5abec89

Contents?: true

Size: 346 Bytes

Versions: 3

Compression:

Stored size: 346 Bytes

Contents

module TD::Types
  # A new chat has been loaded/created.
  # This update is guaranteed to come before the chat identifier is returned to the client.
  # The chat field changes will be reported through separate updates.
  #
  # @attr chat [TD::Types::Chat] The chat.
  class Update::NewChat < Update
    attribute :chat, TD::Types::Chat
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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