public static class TdApi.ChatStatisticsChannel extends TdApi.ChatStatistics
TdApi.ChatStatistics.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
double |
enabledNotificationsPercentage
A percentage of users with enabled notifications for the chat.
|
TdApi.StatisticalGraph |
instantViewInteractionGraph
A graph containing number of views of associated with the chat instant views.
|
TdApi.StatisticalGraph |
joinBySourceGraph
A graph containing number of new member joins per source.
|
TdApi.StatisticalGraph |
joinGraph
A graph containing number of members joined and left the chat.
|
TdApi.StatisticalGraph |
languageGraph
A graph containing number of users viewed chat messages per language.
|
TdApi.StatisticalValue |
meanShareCount
Mean number of times the recently sent messages was shared.
|
TdApi.StatisticalValue |
meanViewCount
Mean number of times the recently sent messages was viewed.
|
TdApi.StatisticalValue |
memberCount
Number of members in the chat.
|
TdApi.StatisticalGraph |
memberCountGraph
A graph containing number of members in the chat.
|
TdApi.StatisticalGraph |
messageInteractionGraph
A graph containing number of chat message views and shares.
|
TdApi.StatisticalGraph |
muteGraph
A graph containing number of members muted and unmuted the chat.
|
TdApi.DateRange |
period
A period to which the statistics applies.
|
TdApi.ChatStatisticsMessageInteractionInfo[] |
recentMessageInteractions
Detailed statistics about number of views and shares of recently sent messages.
|
TdApi.StatisticalGraph |
viewCountByHourGraph
A graph containing number of message views in a given hour in the last two weeks.
|
TdApi.StatisticalGraph |
viewCountBySourceGraph
A graph containing number of message views per source.
|
Constructor and Description |
---|
ChatStatisticsChannel()
A detailed statistics about a channel chat.
|
ChatStatisticsChannel(TdApi.DateRange period,
TdApi.StatisticalValue memberCount,
TdApi.StatisticalValue meanViewCount,
TdApi.StatisticalValue meanShareCount,
double enabledNotificationsPercentage,
TdApi.StatisticalGraph memberCountGraph,
TdApi.StatisticalGraph joinGraph,
TdApi.StatisticalGraph muteGraph,
TdApi.StatisticalGraph viewCountByHourGraph,
TdApi.StatisticalGraph viewCountBySourceGraph,
TdApi.StatisticalGraph joinBySourceGraph,
TdApi.StatisticalGraph languageGraph,
TdApi.StatisticalGraph messageInteractionGraph,
TdApi.StatisticalGraph instantViewInteractionGraph,
TdApi.ChatStatisticsMessageInteractionInfo[] recentMessageInteractions)
A detailed statistics about a channel chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.DateRange period
public TdApi.StatisticalValue memberCount
public TdApi.StatisticalValue meanViewCount
public TdApi.StatisticalValue meanShareCount
public double enabledNotificationsPercentage
public TdApi.StatisticalGraph memberCountGraph
public TdApi.StatisticalGraph joinGraph
public TdApi.StatisticalGraph muteGraph
public TdApi.StatisticalGraph viewCountByHourGraph
public TdApi.StatisticalGraph viewCountBySourceGraph
public TdApi.StatisticalGraph joinBySourceGraph
public TdApi.StatisticalGraph languageGraph
public TdApi.StatisticalGraph messageInteractionGraph
public TdApi.StatisticalGraph instantViewInteractionGraph
public TdApi.ChatStatisticsMessageInteractionInfo[] recentMessageInteractions
public static final int CONSTRUCTOR
public ChatStatisticsChannel()
public ChatStatisticsChannel(TdApi.DateRange period, TdApi.StatisticalValue memberCount, TdApi.StatisticalValue meanViewCount, TdApi.StatisticalValue meanShareCount, double enabledNotificationsPercentage, TdApi.StatisticalGraph memberCountGraph, TdApi.StatisticalGraph joinGraph, TdApi.StatisticalGraph muteGraph, TdApi.StatisticalGraph viewCountByHourGraph, TdApi.StatisticalGraph viewCountBySourceGraph, TdApi.StatisticalGraph joinBySourceGraph, TdApi.StatisticalGraph languageGraph, TdApi.StatisticalGraph messageInteractionGraph, TdApi.StatisticalGraph instantViewInteractionGraph, TdApi.ChatStatisticsMessageInteractionInfo[] recentMessageInteractions)
period
- A period to which the statistics applies.memberCount
- Number of members in the chat.meanViewCount
- Mean number of times the recently sent messages was viewed.meanShareCount
- Mean number of times the recently sent messages was shared.enabledNotificationsPercentage
- A percentage of users with enabled notifications for the chat.memberCountGraph
- A graph containing number of members in the chat.joinGraph
- A graph containing number of members joined and left the chat.muteGraph
- A graph containing number of members muted and unmuted the chat.viewCountByHourGraph
- A graph containing number of message views in a given hour in the last two weeks.viewCountBySourceGraph
- A graph containing number of message views per source.joinBySourceGraph
- A graph containing number of new member joins per source.languageGraph
- A graph containing number of users viewed chat messages per language.messageInteractionGraph
- A graph containing number of chat message views and shares.instantViewInteractionGraph
- A graph containing number of views of associated with the chat instant views.recentMessageInteractions
- Detailed statistics about number of views and shares of recently sent messages.public int getConstructor()
getConstructor
in class TdApi.ChatStatistics