| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetBotInfoDescription
Synopsis
Documentation
data GetBotInfoDescription Source #
Returns the text shown in the chat with a bot if the chat is empty in the given language. Can be called only if userTypeBot.can_be_edited == true. Returns Text
Constructors
| GetBotInfoDescription | |
Fields
| |
Instances
| ToJSON GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription Methods toJSON :: GetBotInfoDescription -> Value # toEncoding :: GetBotInfoDescription -> Encoding # toJSONList :: [GetBotInfoDescription] -> Value # toEncodingList :: [GetBotInfoDescription] -> Encoding # | |
| Show GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription Methods showsPrec :: Int -> GetBotInfoDescription -> ShowS # show :: GetBotInfoDescription -> String # showList :: [GetBotInfoDescription] -> ShowS # | |
| Eq GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription Methods (==) :: GetBotInfoDescription -> GetBotInfoDescription -> Bool # (/=) :: GetBotInfoDescription -> GetBotInfoDescription -> Bool # | |
| ShortShow GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription Methods | |