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