Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetBotInfoShortDescription
Documentation
data SetBotInfoShortDescription Source #
Sets the text shown on a bot's profile page and sent together with the link when users share the bot. Can be called only if userTypeBot.can_be_edited == true. Returns Ok
Constructors
SetBotInfoShortDescription | |
Fields
|
Instances
ToJSON SetBotInfoShortDescription Source # | |
Defined in TD.Query.SetBotInfoShortDescription Methods toJSON :: SetBotInfoShortDescription -> Value # toEncoding :: SetBotInfoShortDescription -> Encoding # toJSONList :: [SetBotInfoShortDescription] -> Value # toEncodingList :: [SetBotInfoShortDescription] -> Encoding # | |
Show SetBotInfoShortDescription Source # | |
Defined in TD.Query.SetBotInfoShortDescription Methods showsPrec :: Int -> SetBotInfoShortDescription -> ShowS # show :: SetBotInfoShortDescription -> String # showList :: [SetBotInfoShortDescription] -> ShowS # | |
Eq SetBotInfoShortDescription Source # | |
Defined in TD.Query.SetBotInfoShortDescription Methods (==) :: SetBotInfoShortDescription -> SetBotInfoShortDescription -> Bool # (/=) :: SetBotInfoShortDescription -> SetBotInfoShortDescription -> Bool # | |
ShortShow SetBotInfoShortDescription Source # | |
Defined in TD.Query.SetBotInfoShortDescription Methods |