ChatStatisticsChannel class
A detailed statistics about a channel chat
- Inheritance
-
- Object
- Td
- TdObject
- ChatStatistics
- ChatStatisticsChannel
Constructors
-
ChatStatisticsChannel({String? extra, int? client_id, DateRange? period, StatisticalValue? member_count, StatisticalValue? mean_view_count, double? enabled_notifications_percentage, StatisticalGraph? member_count_graph, StatisticalGraph? join_graph, StatisticalGraph? mute_graph, StatisticalGraph? view_count_by_hour_graph, StatisticalGraph? view_count_by_source_graph, StatisticalGraph? join_by_source_graph, StatisticalGraph? language_graph, StatisticalGraph? message_interaction_graph, StatisticalGraph? instant_view_interaction_graph, vector<
ChatStatisticsMessageInteractionInfo> ? recent_message_interactions}) -
ChatStatisticsChannel.fromMap(Map<
String, dynamic> map)
Properties
- client_id ↔ int?
-
TDLib client id; maps to the field @client_id.
getter/setter pairinherited
- enabled_notifications_percentage ↔ double?
-
A percentage of users with enabled notifications for the chat
getter/setter pair
- extra ↔ String?
-
Matches requests with responses; maps to the field @extra.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- instant_view_interaction_graph ↔ StatisticalGraph?
-
A graph containing number of views of associated with the chat instant views
getter/setter pair
- join_by_source_graph ↔ StatisticalGraph?
-
A graph containing number of new member joins per source
getter/setter pair
- join_graph ↔ StatisticalGraph?
-
A graph containing number of members joined and left the chat
getter/setter pair
- language_graph ↔ StatisticalGraph?
-
A graph containing number of users viewed chat messages per language
getter/setter pair
-
Mean number of times the recently sent messages was shared
getter/setter pair
- mean_view_count ↔ StatisticalValue?
-
Mean number of times the recently sent messages was viewed
getter/setter pair
- member_count ↔ StatisticalValue?
-
Number of members in the chat
getter/setter pair
- member_count_graph ↔ StatisticalGraph?
-
A graph containing number of members in the chat
getter/setter pair
- message_interaction_graph ↔ StatisticalGraph?
-
A graph containing number of chat message views and shares
getter/setter pair
- mute_graph ↔ StatisticalGraph?
-
A graph containing number of members muted and unmuted the chat
getter/setter pair
- period ↔ DateRange?
-
A period to which the statistics applies
getter/setter pair
-
recent_message_interactions
↔ vector<
ChatStatisticsMessageInteractionInfo> ? -
Detailed statistics about number of views and shares of recently sent messages
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tdType → String
-
JSON object type; maps to the field @type.
no setteroverride
- view_count_by_hour_graph ↔ StatisticalGraph?
-
A graph containing number of message views in a given hour in the last two weeks
getter/setter pair
- view_count_by_source_graph ↔ StatisticalGraph?
-
A graph containing number of message views per source
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{dynamic skipNulls = true}) → String -
Serialize a Td instance to a JSON string.
If
skipNullsistruethe fields with null values are not serialized.inherited -
toMap(
{dynamic skipNulls = true}) → Map< String, dynamic> -
Create a Map from a Td instance.
override
-
toString(
{dynamic skipNulls = false}) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited