public static class TdApi.ChatStatisticsChannel extends TdApi.ChatStatistics
| 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; 0-100.
|
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 |
meanMessageReactionCount
Mean number of times reactions were added to the recently sent messages.
|
TdApi.StatisticalValue |
meanMessageShareCount
Mean number of times the recently sent messages were shared.
|
TdApi.StatisticalValue |
meanMessageViewCount
Mean number of times the recently sent messages were viewed.
|
TdApi.StatisticalValue |
meanStoryReactionCount
Mean number of times reactions were added to the recently sent stories.
|
TdApi.StatisticalValue |
meanStoryShareCount
Mean number of times the recently sent stories were shared.
|
TdApi.StatisticalValue |
meanStoryViewCount
Mean number of times the recently sent stories were 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 |
messageReactionGraph
A graph containing number of reactions on messages.
|
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.ChatStatisticsInteractionInfo[] |
recentInteractions
Detailed statistics about number of views and shares of recently sent messages and stories.
|
TdApi.StatisticalGraph |
storyInteractionGraph
A graph containing number of story views and shares.
|
TdApi.StatisticalGraph |
storyReactionGraph
A graph containing number of reactions on stories.
|
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 meanMessageViewCount,
TdApi.StatisticalValue meanMessageShareCount,
TdApi.StatisticalValue meanMessageReactionCount,
TdApi.StatisticalValue meanStoryViewCount,
TdApi.StatisticalValue meanStoryShareCount,
TdApi.StatisticalValue meanStoryReactionCount,
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 messageReactionGraph,
TdApi.StatisticalGraph storyInteractionGraph,
TdApi.StatisticalGraph storyReactionGraph,
TdApi.StatisticalGraph instantViewInteractionGraph,
TdApi.ChatStatisticsInteractionInfo[] recentInteractions)
A detailed statistics about a channel chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.DateRange period
public TdApi.StatisticalValue memberCount
public TdApi.StatisticalValue meanMessageViewCount
public TdApi.StatisticalValue meanMessageShareCount
public TdApi.StatisticalValue meanMessageReactionCount
public TdApi.StatisticalValue meanStoryViewCount
public TdApi.StatisticalValue meanStoryShareCount
public TdApi.StatisticalValue meanStoryReactionCount
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 messageReactionGraph
public TdApi.StatisticalGraph storyInteractionGraph
public TdApi.StatisticalGraph storyReactionGraph
public TdApi.StatisticalGraph instantViewInteractionGraph
public TdApi.ChatStatisticsInteractionInfo[] recentInteractions
public static final int CONSTRUCTOR
public ChatStatisticsChannel()
public ChatStatisticsChannel(TdApi.DateRange period, TdApi.StatisticalValue memberCount, TdApi.StatisticalValue meanMessageViewCount, TdApi.StatisticalValue meanMessageShareCount, TdApi.StatisticalValue meanMessageReactionCount, TdApi.StatisticalValue meanStoryViewCount, TdApi.StatisticalValue meanStoryShareCount, TdApi.StatisticalValue meanStoryReactionCount, 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 messageReactionGraph, TdApi.StatisticalGraph storyInteractionGraph, TdApi.StatisticalGraph storyReactionGraph, TdApi.StatisticalGraph instantViewInteractionGraph, TdApi.ChatStatisticsInteractionInfo[] recentInteractions)
period - A period to which the statistics applies.memberCount - Number of members in the chat.meanMessageViewCount - Mean number of times the recently sent messages were viewed.meanMessageShareCount - Mean number of times the recently sent messages were shared.meanMessageReactionCount - Mean number of times reactions were added to the recently sent messages.meanStoryViewCount - Mean number of times the recently sent stories were viewed.meanStoryShareCount - Mean number of times the recently sent stories were shared.meanStoryReactionCount - Mean number of times reactions were added to the recently sent stories.enabledNotificationsPercentage - A percentage of users with enabled notifications for the chat; 0-100.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.messageReactionGraph - A graph containing number of reactions on messages.storyInteractionGraph - A graph containing number of story views and shares.storyReactionGraph - A graph containing number of reactions on stories.instantViewInteractionGraph - A graph containing number of views of associated with the chat instant views.recentInteractions - Detailed statistics about number of views and shares of recently sent messages and stories.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object