Sha256: d06f7e4f3e94c6cdfb76d40995599d7734d7847302951a7f1778ec22ecae6420

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 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 application.
  # 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

4 entries across 4 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.4 lib/tdlib/types/update/new_chat.rb
tdlib-schema-1.7.0.3 lib/tdlib/types/update/new_chat.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/update/new_chat.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/update/new_chat.rb