Class: TD::Types::MessageStatistics

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

Overview

A detailed statistics about a message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#message_interaction_graphTD::Types::StatisticalGraph

A graph containing number of message views and shares.

Returns:



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

def message_interaction_graph
  @message_interaction_graph
end

#message_reaction_graphTD::Types::StatisticalGraph

A graph containing number of message reactions.

Returns:



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

def message_reaction_graph
  @message_reaction_graph
end