TD.Data.ChatEvent
data ChatEvent Source #
Constructors
Represents a chat event
Fields
Chat event identifier
Point in time (Unix timestamp) when the event happened
Identifier of the user or chat who performed the action
The action
Defined in TD.Data.ChatEvent
Methods
parseJSON :: Value -> Parser ChatEvent #
parseJSONList :: Value -> Parser [ChatEvent] #
showsPrec :: Int -> ChatEvent -> ShowS #
show :: ChatEvent -> String #
showList :: [ChatEvent] -> ShowS #
(==) :: ChatEvent -> ChatEvent -> Bool #
(/=) :: ChatEvent -> ChatEvent -> Bool #
shortShow :: ChatEvent -> String Source #