Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
GetBotInfoDescription | |
|
Instances
ToJSON GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription toJSON :: GetBotInfoDescription -> Value # toEncoding :: GetBotInfoDescription -> Encoding # toJSONList :: [GetBotInfoDescription] -> Value # toEncodingList :: [GetBotInfoDescription] -> Encoding # | |
Show GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription showsPrec :: Int -> GetBotInfoDescription -> ShowS # show :: GetBotInfoDescription -> String # showList :: [GetBotInfoDescription] -> ShowS # | |
Eq GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription (==) :: GetBotInfoDescription -> GetBotInfoDescription -> Bool # (/=) :: GetBotInfoDescription -> GetBotInfoDescription -> Bool # | |
ShortShow GetBotInfoDescription Source # | |
Defined in TD.Query.GetBotInfoDescription |