Class: TD::Types::Update::MessageViews

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

Overview

The view count of the message 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



7
8
9
# File 'lib/tdlib/types/update/message_views.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_views.rb', line 7

def message_id
  @message_id
end

#viewsInteger

New value of the view count.

Returns:

  • (Integer)

    the current value of views



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

def views
  @views
end