Class: TD::Types::Update::ChatTitle
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatTitle
- Defined in:
- lib/tdlib/types/update/chat_title.rb
Overview
The title of a chat was changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#title ⇒ String
The new chat title.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_title.rb', line 6 def chat_id @chat_id end |
#title ⇒ String
The new chat title.
6 7 8 |
# File 'lib/tdlib/types/update/chat_title.rb', line 6 def title @title end |