ChatStatisticsChannel class

A detailed statistics about a channel chat.

Inheritance
Available Extensions

Constructors

ChatStatisticsChannel({required DateRange period, required StatisticalValue member_count, required StatisticalValue mean_view_count, required StatisticalValue mean_share_count, required double enabled_notifications_percentage, required StatisticalGraph member_count_graph, required StatisticalGraph join_graph, required StatisticalGraph mute_graph, required StatisticalGraph view_count_by_hour_graph, required StatisticalGraph view_count_by_source_graph, required StatisticalGraph join_by_source_graph, required StatisticalGraph language_graph, required StatisticalGraph message_interaction_graph, required StatisticalGraph instant_view_interaction_graph, required List<ChatStatisticsMessageInteractionInfo> recent_message_interactions, int? extra, int? clientId})
A detailed statistics about a channel chat

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
enabled_notifications_percentage double
A percentage of users with enabled notifications for the chat.
read / write
extra int?
Request identifier. Must be non-zero.
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
instant_view_interaction_graph StatisticalGraph
A graph containing number of views of associated with the chat instant views.
read / write
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 number of users viewed chat messages per language.
read / write
mean_share_count StatisticalValue
Mean number of times the recently sent messages was shared.
read / write
mean_view_count StatisticalValue
Mean number of times the recently sent messages was viewed.
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_interaction_graph StatisticalGraph
A graph containing number of chat message views and shares.
read / write
mute_graph StatisticalGraph
A graph containing number of members muted and unmuted the chat.
read / write
period DateRange
A period to which the statistics applies.
read / write
recent_message_interactions List<ChatStatisticsMessageInteractionInfo>
Detailed statistics about number of views and shares of recently sent messages.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
view_count_by_hour_graph StatisticalGraph
A graph containing number of message views in a given hour in the last two weeks.
read / write
view_count_by_source_graph StatisticalGraph
A graph containing number of message views per source.
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) ChatStatisticsChannel?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"chatStatisticsChannel"