Class: TD::Types::ChatStatisticsMessageInteractionInfo

Inherits:
Base
  • Object
show all
Defined in:
lib/tdlib/types/chat_statistics_message_interaction_info.rb

Overview

Contains statistics about interactions with a message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#forward_countInteger

Number of times the message was forwarded.

Returns:

  • (Integer)

    the current value of forward_count



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

def forward_count
  @forward_count
end

#message_idInteger

Message identifier.

Returns:

  • (Integer)

    the current value of message_id



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

def message_id
  @message_id
end

#view_countInteger

Number of times the message was viewed.

Returns:

  • (Integer)

    the current value of view_count



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

def view_count
  @view_count
end