Class: TD::Types::MessageStatistics
- Defined in:
- lib/tdlib/types/message_statistics.rb
Overview
A detailed statistics about a message.
Instance Attribute Summary collapse
-
#message_interaction_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of message views and shares.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message_interaction_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of message views and shares.
6 7 8 |
# File 'lib/tdlib/types/message_statistics.rb', line 6 def @message_interaction_graph end |