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.
-
#message_reaction_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of message reactions.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message_interaction_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of message views and shares.
7 8 9 |
# File 'lib/tdlib/types/message_statistics.rb', line 7 def @message_interaction_graph end |
#message_reaction_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of message reactions.
7 8 9 |
# File 'lib/tdlib/types/message_statistics.rb', line 7 def @message_reaction_graph end |