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