TD.Query.LeaveChat
data LeaveChat Source #
Removes the current user from chat members. Private and secret chats can't be left using this method. Returns Ok
Ok
Constructors
Fields
Chat identifier
Defined in TD.Query.LeaveChat
Methods
toJSON :: LeaveChat -> Value #
toEncoding :: LeaveChat -> Encoding #
toJSONList :: [LeaveChat] -> Value #
toEncodingList :: [LeaveChat] -> Encoding #
showsPrec :: Int -> LeaveChat -> ShowS #
show :: LeaveChat -> String #
showList :: [LeaveChat] -> ShowS #
(==) :: LeaveChat -> LeaveChat -> Bool #
(/=) :: LeaveChat -> LeaveChat -> Bool #
shortShow :: LeaveChat -> String Source #