Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatStatistics
Synopsis
Documentation
data GetChatStatistics Source #
Returns detailed statistics about a chat. Currently, this method can be used only for supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true. Returns ChatStatistics
Constructors
GetChatStatistics | |
Instances
ToJSON GetChatStatistics Source # | |
Defined in TD.Query.GetChatStatistics Methods toJSON :: GetChatStatistics -> Value # toEncoding :: GetChatStatistics -> Encoding # toJSONList :: [GetChatStatistics] -> Value # toEncodingList :: [GetChatStatistics] -> Encoding # | |
Show GetChatStatistics Source # | |
Defined in TD.Query.GetChatStatistics Methods showsPrec :: Int -> GetChatStatistics -> ShowS # show :: GetChatStatistics -> String # showList :: [GetChatStatistics] -> ShowS # | |
Eq GetChatStatistics Source # | |
Defined in TD.Query.GetChatStatistics Methods (==) :: GetChatStatistics -> GetChatStatistics -> Bool # (/=) :: GetChatStatistics -> GetChatStatistics -> Bool # | |
ShortShow GetChatStatistics Source # | |
Defined in TD.Query.GetChatStatistics Methods shortShow :: GetChatStatistics -> String Source # |