java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatStatistics
it.tdlight.jni.TdApi.ChatStatisticsChannel
- Enclosing class:
- TdApi
A detailed statistics about a channel chat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.double
A percentage of users with enabled notifications for the chat; 0-100.A graph containing number of views of associated with the chat instant views.A graph containing number of new member joins per source.A graph containing number of members joined and left the chat.A graph containing number of users viewed chat messages per language.Mean number of times the recently sent messages was shared.Mean number of times the recently sent messages was viewed.Number of members in the chat.A graph containing number of members in the chat.A graph containing number of chat message views and shares.A graph containing number of members muted and unmuted the chat.A period to which the statistics applies.Detailed statistics about number of views and shares of recently sent messages.A graph containing number of message views in a given hour in the last two weeks.A graph containing number of message views per source. -
Constructor Summary
ConstructorDescriptionA 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.ChatStatisticsChannel
(DataInput input) A detailed statistics about a channel chat. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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. -
enabledNotificationsPercentage
public double enabledNotificationsPercentageA 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. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatStatisticsChannel
public ChatStatisticsChannel()A detailed statistics about a channel chat. -
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) A detailed statistics about a channel chat.- Parameters:
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; 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.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.
-
ChatStatisticsChannel
A detailed statistics about a channel chat.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-