Class: TD::Types::ChatStatisticsInteractionInfo
- Defined in:
- lib/tdlib/types/chat_statistics_interaction_info.rb
Overview
Contains statistics about interactions with a message sent in the chat or a story sent by the chat.
Instance Attribute Summary collapse
-
#forward_count ⇒ Integer
Number of times the object was forwarded.
-
#object_type ⇒ TD::Types::ChatStatisticsObjectType
Type of the object.
-
#reaction_count ⇒ Integer
Number of times reactions were added to the object.
-
#view_count ⇒ Integer
Number of times the object was viewed.
Method Summary
Methods inherited from Base
Instance Attribute Details
#forward_count ⇒ Integer
Number of times the object was forwarded.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_interaction_info.rb', line 8 def forward_count @forward_count end |
#object_type ⇒ TD::Types::ChatStatisticsObjectType
Type of the object.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_interaction_info.rb', line 8 def object_type @object_type end |
#reaction_count ⇒ Integer
Number of times reactions were added to the object.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_interaction_info.rb', line 8 def reaction_count @reaction_count end |
#view_count ⇒ Integer
Number of times the object was viewed.
8 9 10 |
# File 'lib/tdlib/types/chat_statistics_interaction_info.rb', line 8 def view_count @view_count end |