| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.CheckBotUsername
Synopsis
- data CheckBotUsername = CheckBotUsername {}
Documentation
data CheckBotUsername Source #
Checks whether a username can be set for a new bot. Use checkChatUsername to check username for other chat types. Returns CheckChatUsernameResult
Constructors
| CheckBotUsername | |
Instances
| ToJSON CheckBotUsername Source # | |
Defined in TD.Query.CheckBotUsername Methods toJSON :: CheckBotUsername -> Value # toEncoding :: CheckBotUsername -> Encoding # toJSONList :: [CheckBotUsername] -> Value # toEncodingList :: [CheckBotUsername] -> Encoding # | |
| Show CheckBotUsername Source # | |
Defined in TD.Query.CheckBotUsername Methods showsPrec :: Int -> CheckBotUsername -> ShowS # show :: CheckBotUsername -> String # showList :: [CheckBotUsername] -> ShowS # | |
| Eq CheckBotUsername Source # | |
Defined in TD.Query.CheckBotUsername Methods (==) :: CheckBotUsername -> CheckBotUsername -> Bool # (/=) :: CheckBotUsername -> CheckBotUsername -> Bool # | |
| ShortShow CheckBotUsername Source # | |
Defined in TD.Query.CheckBotUsername Methods shortShow :: CheckBotUsername -> String Source # | |