Class: TD::Types::Update::ChatVoiceChat
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatVoiceChat
- Defined in:
- lib/tdlib/types/update/chat_voice_chat.rb
Overview
A chat voice chat state has changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#voice_chat ⇒ TD::Types::VoiceChat
New value of voice_chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_voice_chat.rb', line 6 def chat_id @chat_id end |
#voice_chat ⇒ TD::Types::VoiceChat
New value of voice_chat.
6 7 8 |
# File 'lib/tdlib/types/update/chat_voice_chat.rb', line 6 def voice_chat @voice_chat end |