Uses of Class
org.drinkless.tdlib.TdApi.ChatStatisticsObjectType
Packages that use TdApi.ChatStatisticsObjectType
-
Uses of TdApi.ChatStatisticsObjectType in org.drinkless.tdlib
Subclasses of TdApi.ChatStatisticsObjectType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Describes a message sent in the chat.static class
Describes a story posted on behalf of the chat.Fields in org.drinkless.tdlib declared as TdApi.ChatStatisticsObjectTypeModifier and TypeFieldDescriptionTdApi.ChatStatisticsInteractionInfo.objectType
Type of the object.Constructors in org.drinkless.tdlib with parameters of type TdApi.ChatStatisticsObjectTypeModifierConstructorDescriptionChatStatisticsInteractionInfo
(TdApi.ChatStatisticsObjectType objectType, int viewCount, int forwardCount, int reactionCount) Contains statistics about interactions with a message sent in the chat or a story posted on behalf of the chat.