Class: TD::Types::Update::MessageViews
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageViews
- Defined in:
- lib/tdlib/types/update/message_views.rb
Overview
The view count of the message has changed.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_id ⇒ Integer
Message identifier.
-
#views ⇒ Integer
New value of the view count.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_views.rb', line 7 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_views.rb', line 7 def @message_id end |
#views ⇒ Integer
New value of the view count.
7 8 9 |
# File 'lib/tdlib/types/update/message_views.rb', line 7 def views @views end |