Class: TD::Types::ChatStatistics::Supergroup
- Inherits:
-
TD::Types::ChatStatistics
- Object
- Dry::Struct
- Base
- TD::Types::ChatStatistics
- TD::Types::ChatStatistics::Supergroup
- Defined in:
- lib/tdlib/types/chat_statistics/supergroup.rb
Overview
A detailed statistics about a supergroup chat.
Instance Attribute Summary collapse
-
#action_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of different actions in the chat.
-
#day_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of message views per hour.
-
#join_by_source_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of new member joins per source.
-
#join_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of members joined and left the chat.
-
#language_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of active users per language.
-
#member_count ⇒ TD::Types::StatisticalValue
Number of members in the chat.
-
#member_count_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of members in the chat.
-
#message_content_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of sent messages by content type.
-
#message_count ⇒ TD::Types::StatisticalValue
Number of messages sent to the chat.
-
#period ⇒ TD::Types::DateRange
A period to which the statistics applies.
-
#sender_count ⇒ TD::Types::StatisticalValue
Number of users who sent messages to the chat.
-
#top_administrators ⇒ Array<TD::Types::ChatStatisticsAdministratorActionsInfo>
List of most active administrators in the last week.
-
#top_inviters ⇒ Array<TD::Types::ChatStatisticsInviterInfo>
List of most active inviters of new members in the last week.
-
#top_senders ⇒ Array<TD::Types::ChatStatisticsMessageSenderInfo>
List of users sent most messages in the last week.
-
#viewer_count ⇒ TD::Types::StatisticalValue
Number of users who viewed messages in the chat.
-
#week_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of message views per day of week.
Method Summary
Methods inherited from Base
Instance Attribute Details
#action_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of different actions in the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def action_graph @action_graph end |
#day_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of message views per hour.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def day_graph @day_graph end |
#join_by_source_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of new member joins per source.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def join_by_source_graph @join_by_source_graph end |
#join_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of members joined and left the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def join_graph @join_graph end |
#language_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of active users per language.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def language_graph @language_graph end |
#member_count ⇒ TD::Types::StatisticalValue
Number of members in the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def member_count @member_count end |
#member_count_graph ⇒ TD::Types::StatisticalGraph
A graph containing number of members in the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def member_count_graph @member_count_graph end |
#message_content_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of sent messages by content type.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def @message_content_graph end |
#message_count ⇒ TD::Types::StatisticalValue
Number of messages sent to the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def @message_count end |
#period ⇒ TD::Types::DateRange
A period to which the statistics applies.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def period @period end |
#sender_count ⇒ TD::Types::StatisticalValue
Number of users who sent messages to the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def sender_count @sender_count end |
#top_administrators ⇒ Array<TD::Types::ChatStatisticsAdministratorActionsInfo>
List of most active administrators in the last week.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def top_administrators @top_administrators end |
#top_inviters ⇒ Array<TD::Types::ChatStatisticsInviterInfo>
List of most active inviters of new members in the last week.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def top_inviters @top_inviters end |
#top_senders ⇒ Array<TD::Types::ChatStatisticsMessageSenderInfo>
List of users sent most messages in the last week.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def top_senders @top_senders end |
#viewer_count ⇒ TD::Types::StatisticalValue
Number of users who viewed messages in the chat.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def viewer_count @viewer_count end |
#week_graph ⇒ TD::Types::StatisticalGraph
A graph containing distribution of message views per day of week.
24 25 26 |
# File 'lib/tdlib/types/chat_statistics/supergroup.rb', line 24 def week_graph @week_graph end |