Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatRevenueStatistics
Documentation
data GetChatRevenueStatistics Source #
Returns detailed revenue statistics about a chat. Currently, this method can be used only for channels if supergroupFullInfo.can_get_revenue_statistics == true or bots if userFullInfo.bot_info.can_get_revenue_statistics == true. Returns ChatRevenueStatistics
Constructors
GetChatRevenueStatistics | |
Instances
ToJSON GetChatRevenueStatistics Source # | |
Defined in TD.Query.GetChatRevenueStatistics Methods toJSON :: GetChatRevenueStatistics -> Value # toEncoding :: GetChatRevenueStatistics -> Encoding # toJSONList :: [GetChatRevenueStatistics] -> Value # | |
Show GetChatRevenueStatistics Source # | |
Defined in TD.Query.GetChatRevenueStatistics Methods showsPrec :: Int -> GetChatRevenueStatistics -> ShowS # show :: GetChatRevenueStatistics -> String # showList :: [GetChatRevenueStatistics] -> ShowS # | |
Eq GetChatRevenueStatistics Source # | |
Defined in TD.Query.GetChatRevenueStatistics Methods (==) :: GetChatRevenueStatistics -> GetChatRevenueStatistics -> Bool # (/=) :: GetChatRevenueStatistics -> GetChatRevenueStatistics -> Bool # | |
ShortShow GetChatRevenueStatistics Source # | |
Defined in TD.Query.GetChatRevenueStatistics Methods |