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