Class: TD::Types::Update::NewChat
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::NewChat
- Defined in:
- lib/tdlib/types/update/new_chat.rb
Overview
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.
Instance Attribute Summary collapse
-
#chat ⇒ TD::Types::Chat
The chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat ⇒ TD::Types::Chat
The chat.
7 8 9 |
# File 'lib/tdlib/types/update/new_chat.rb', line 7 def chat @chat end |