Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetUserSupportInfo = GetUserSupportInfo {}
Documentation
data GetUserSupportInfo Source #
Returns support information for the given user; for Telegram support only. Returns UserSupportInfo
Instances
ToJSON GetUserSupportInfo Source # | |
Defined in TD.Query.GetUserSupportInfo toJSON :: GetUserSupportInfo -> Value # toEncoding :: GetUserSupportInfo -> Encoding # toJSONList :: [GetUserSupportInfo] -> Value # toEncodingList :: [GetUserSupportInfo] -> Encoding # | |
Show GetUserSupportInfo Source # | |
Defined in TD.Query.GetUserSupportInfo showsPrec :: Int -> GetUserSupportInfo -> ShowS # show :: GetUserSupportInfo -> String # showList :: [GetUserSupportInfo] -> ShowS # | |
Eq GetUserSupportInfo Source # | |
Defined in TD.Query.GetUserSupportInfo (==) :: GetUserSupportInfo -> GetUserSupportInfo -> Bool # (/=) :: GetUserSupportInfo -> GetUserSupportInfo -> Bool # | |
ShortShow GetUserSupportInfo Source # | |
Defined in TD.Query.GetUserSupportInfo shortShow :: GetUserSupportInfo -> String Source # |