Class: TD::Types::Update::MessageMentionRead
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::MessageMentionRead
- Defined in:
- lib/tdlib/types/update/message_mention_read.rb
Overview
A message with an unread mention was read.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_id ⇒ Integer
Message identifier.
-
#unread_mention_count ⇒ Integer
The new number of unread mention messages left in the chat.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7 def chat_id @chat_id end |
#message_id ⇒ Integer
Message identifier.
7 8 9 |
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7 def @message_id end |
#unread_mention_count ⇒ Integer
The new number of unread mention messages left in the chat.
7 8 9 |
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7 def unread_mention_count @unread_mention_count end |