TD.Query.GetChat
data GetChat Source #
Returns information about a chat by its identifier; this is an offline request if the current user is not a bot. Returns Chat
Chat
Constructors
Fields
Chat identifier
Defined in TD.Query.GetChat
Methods
toJSON :: GetChat -> Value #
toEncoding :: GetChat -> Encoding #
toJSONList :: [GetChat] -> Value #
toEncodingList :: [GetChat] -> Encoding #
showsPrec :: Int -> GetChat -> ShowS #
show :: GetChat -> String #
showList :: [GetChat] -> ShowS #
(==) :: GetChat -> GetChat -> Bool #
(/=) :: GetChat -> GetChat -> Bool #
shortShow :: GetChat -> String Source #