Class: TD::Types::Update::MessageMentionRead

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/message_mention_read.rb

Overview

A message with an unread mention was read.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#chat_idInteger

Chat identifier.

Returns:

  • (Integer)

    the current value of chat_id



7
8
9
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7

def chat_id
  @chat_id
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



7
8
9
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7

def message_id
  @message_id
end

#unread_mention_countInteger

The new number of unread mention messages left in the chat.

Returns:

  • (Integer)

    the current value of unread_mention_count



7
8
9
# File 'lib/tdlib/types/update/message_mention_read.rb', line 7

def unread_mention_count
  @unread_mention_count
end