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