Class: TD::Types::Update::ChatUnreadMentionCount

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

Overview

The chat unread_mention_count has changed.

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



6
7
8
# File 'lib/tdlib/types/update/chat_unread_mention_count.rb', line 6

def chat_id
  @chat_id
end

#unread_mention_countInteger

The number of unread mention messages left in the chat.

Returns:

  • (Integer)

    the current value of unread_mention_count



6
7
8
# File 'lib/tdlib/types/update/chat_unread_mention_count.rb', line 6

def unread_mention_count
  @unread_mention_count
end