TD.Query.CloseChat
data CloseChat Source #
Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed. Returns Ok
Ok
Constructors
Fields
Chat identifier
Defined in TD.Query.CloseChat
Methods
toJSON :: CloseChat -> Value #
toEncoding :: CloseChat -> Encoding #
toJSONList :: [CloseChat] -> Value #
toEncodingList :: [CloseChat] -> Encoding #
showsPrec :: Int -> CloseChat -> ShowS #
show :: CloseChat -> String #
showList :: [CloseChat] -> ShowS #
(==) :: CloseChat -> CloseChat -> Bool #
(/=) :: CloseChat -> CloseChat -> Bool #
shortShow :: CloseChat -> String Source #