Uses of Class
org.drinkless.tdlib.TdApi.StatisticalGraph
Packages that use TdApi.StatisticalGraph
-
Uses of TdApi.StatisticalGraph in org.drinkless.tdlib
Subclasses of TdApi.StatisticalGraph in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe graph data to be asynchronously loaded through getStatisticalGraph.static classA graph data.static classAn error message to be shown to the user instead of the graph.Fields in org.drinkless.tdlib declared as TdApi.StatisticalGraphModifier and TypeFieldDescriptionTdApi.ChatStatisticsSupergroup.actionGraphA graph containing number of different actions in the chat.TdApi.ChatStatisticsSupergroup.dayGraphA graph containing distribution of message views per hour.TdApi.ChatStatisticsChannel.instantViewInteractionGraphA graph containing number of views of associated with the chat instant views.TdApi.ChatStatisticsChannel.joinBySourceGraphA graph containing number of new member joins per source.TdApi.ChatStatisticsSupergroup.joinBySourceGraphA graph containing number of new member joins per source.TdApi.ChatStatisticsChannel.joinGraphA graph containing number of members joined and left the chat.TdApi.ChatStatisticsSupergroup.joinGraphA graph containing number of members joined and left the chat.TdApi.ChatStatisticsChannel.languageGraphA graph containing number of users viewed chat messages per language.TdApi.ChatStatisticsSupergroup.languageGraphA graph containing distribution of active users per language.TdApi.ChatStatisticsChannel.memberCountGraphA graph containing number of members in the chat.TdApi.ChatStatisticsSupergroup.memberCountGraphA graph containing number of members in the chat.TdApi.ChatStatisticsSupergroup.messageContentGraphA graph containing distribution of sent messages by content type.TdApi.ChatStatisticsChannel.messageInteractionGraphA graph containing number of chat message views and shares.TdApi.MessageStatistics.messageInteractionGraphA graph containing number of message views and shares.TdApi.ChatStatisticsChannel.messageReactionGraphA graph containing number of reactions on messages.TdApi.MessageStatistics.messageReactionGraphA graph containing number of message reactions.TdApi.ChatStatisticsChannel.muteGraphA graph containing number of members muted and unmuted the chat.TdApi.StarRevenueStatistics.revenueByDayGraphA graph containing amount of revenue in a given day.TdApi.ChatRevenueStatistics.revenueByHourGraphA graph containing amount of revenue in a given hour.TdApi.ChatRevenueStatistics.revenueGraphA graph containing amount of revenue.TdApi.ChatStatisticsChannel.storyInteractionGraphA graph containing number of story views and shares.TdApi.StoryStatistics.storyInteractionGraphA graph containing number of story views and shares.TdApi.ChatStatisticsChannel.storyReactionGraphA graph containing number of reactions on stories.TdApi.StoryStatistics.storyReactionGraphA graph containing number of story reactions.TdApi.ChatStatisticsChannel.viewCountByHourGraphA graph containing number of message views in a given hour in the last two weeks.TdApi.ChatStatisticsChannel.viewCountBySourceGraphA graph containing number of message views per source.TdApi.ChatStatisticsSupergroup.weekGraphA graph containing distribution of message views per day of week.Constructors in org.drinkless.tdlib with parameters of type TdApi.StatisticalGraphModifierConstructorDescriptionChatRevenueStatistics(TdApi.StatisticalGraph revenueByHourGraph, TdApi.StatisticalGraph revenueGraph, TdApi.ChatRevenueAmount revenueAmount, double usdRate) A detailed statistics about revenue earned from sponsored messages in a 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.ChatStatisticsSupergroup(TdApi.DateRange period, TdApi.StatisticalValue memberCount, TdApi.StatisticalValue messageCount, TdApi.StatisticalValue viewerCount, TdApi.StatisticalValue senderCount, TdApi.StatisticalGraph memberCountGraph, TdApi.StatisticalGraph joinGraph, TdApi.StatisticalGraph joinBySourceGraph, TdApi.StatisticalGraph languageGraph, TdApi.StatisticalGraph messageContentGraph, TdApi.StatisticalGraph actionGraph, TdApi.StatisticalGraph dayGraph, TdApi.StatisticalGraph weekGraph, TdApi.ChatStatisticsMessageSenderInfo[] topSenders, TdApi.ChatStatisticsAdministratorActionsInfo[] topAdministrators, TdApi.ChatStatisticsInviterInfo[] topInviters) A detailed statistics about a supergroup chat.MessageStatistics(TdApi.StatisticalGraph messageInteractionGraph, TdApi.StatisticalGraph messageReactionGraph) A detailed statistics about a message.StarRevenueStatistics(TdApi.StatisticalGraph revenueByDayGraph, TdApi.StarRevenueStatus status, double usdRate) A detailed statistics about Telegram Stars earned by a bot or a chat.StoryStatistics(TdApi.StatisticalGraph storyInteractionGraph, TdApi.StatisticalGraph storyReactionGraph) A detailed statistics about a story.