Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetChatEventLog Source #
Returns a list of service actions taken by chat members and administrators in the last 48 hours. Available only for supergroups and channels. Requires administrator rights. Returns results in reverse chronological order (i.e., in order of decreasing event_id). Returns ChatEvents
GetChatEventLog | |
|
Instances
ToJSON GetChatEventLog Source # | |
Defined in TD.Query.GetChatEventLog toJSON :: GetChatEventLog -> Value # toEncoding :: GetChatEventLog -> Encoding # toJSONList :: [GetChatEventLog] -> Value # toEncodingList :: [GetChatEventLog] -> Encoding # | |
Show GetChatEventLog Source # | |
Defined in TD.Query.GetChatEventLog showsPrec :: Int -> GetChatEventLog -> ShowS # show :: GetChatEventLog -> String # showList :: [GetChatEventLog] -> ShowS # | |
Eq GetChatEventLog Source # | |
Defined in TD.Query.GetChatEventLog (==) :: GetChatEventLog -> GetChatEventLog -> Bool # (/=) :: GetChatEventLog -> GetChatEventLog -> Bool # | |
ShortShow GetChatEventLog Source # | |
Defined in TD.Query.GetChatEventLog shortShow :: GetChatEventLog -> String Source # |