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:



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

def message_interaction_graph
  @message_interaction_graph
end