ChatStatisticsSupergroup class
A detailed statistics about a supergroup chat.
- Inheritance
- 
    - Object
- TlObject
- ChatStatistics
- ChatStatisticsSupergroup
 
- Available Extensions
Constructors
- 
          ChatStatisticsSupergroup({required DateRange period, required StatisticalValue member_count, required StatisticalValue message_count, required StatisticalValue viewer_count, required StatisticalValue sender_count, required StatisticalGraph member_count_graph, required StatisticalGraph join_graph, required StatisticalGraph join_by_source_graph, required StatisticalGraph language_graph, required StatisticalGraph message_content_graph, required StatisticalGraph action_graph, required StatisticalGraph day_graph, required StatisticalGraph week_graph, required List<ChatStatisticsMessageSenderInfo> top_senders, required List<ChatStatisticsAdministratorActionsInfo> top_administrators, required List<ChatStatisticsInviterInfo> top_inviters, int? extra, int? clientId})
- A detailed statistics about a supergroup chat
Properties
- action_graph ↔ StatisticalGraph
- 
  A graph containing number of different actions in the chat.
  read / write
- clientId ↔ int?
- 
  TDLib client instance identifier, for which the response was received.
  read / writeoverride
- day_graph ↔ StatisticalGraph
- 
  A graph containing distribution of message views per hour.
  read / write
- extra ↔ int?
- 
  Request identifier. Must be non-zero.
  read / writeoverride
- hashCode → int
- 
  The hash code for this object.
  read-onlyinherited
- join_by_source_graph ↔ StatisticalGraph
- 
  A graph containing number of new member joins per source.
  read / write
- join_graph ↔ StatisticalGraph
- 
  A graph containing number of members joined and left the chat.
  read / write
- language_graph ↔ StatisticalGraph
- 
  A graph containing distribution of active users per language.
  read / write
- member_count ↔ StatisticalValue
- 
  Number of members in the chat.
  read / write
- member_count_graph ↔ StatisticalGraph
- 
  A graph containing number of members in the chat.
  read / write
- message_content_graph ↔ StatisticalGraph
- 
  A graph containing distribution of sent messages by content type.
  read / write
- message_count ↔ StatisticalValue
- 
  Number of messages sent to the chat.
  read / write
- period ↔ DateRange
- 
  A period to which the statistics applies.
  read / write
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  read-onlyinherited
- sender_count ↔ StatisticalValue
- 
  Number of users who sent messages to the chat.
  read / write
- 
  top_administrators
  ↔ List<ChatStatisticsAdministratorActionsInfo> 
- 
  List of most active administrators in the last week.
  read / write
- 
  top_inviters
  ↔ List<ChatStatisticsInviterInfo> 
- 
  List of most active inviters of new members in the last week.
  read / write
- 
  top_senders
  ↔ List<ChatStatisticsMessageSenderInfo> 
- 
  List of users sent most messages in the last week.
  read / write
- viewer_count ↔ StatisticalValue
- 
  Number of users who viewed messages in the chat.
  read / write
- week_graph ↔ StatisticalGraph
- 
  A graph containing distribution of message views per day of week.
  read / write
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  Object to Map serializer
  override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Methods
- 
  fromMap(Map< String, dynamic> ? _map) → ChatStatisticsSupergroup?
- 
  Construct from Map.
  override
Constants
- CONSTRUCTOR → const String
- 
  @type
  
    "chatStatisticsSupergroup"