Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetWebAppPlaceholder
Synopsis
- data GetWebAppPlaceholder = GetWebAppPlaceholder {
- bot_user_id :: Maybe Int
Documentation
data GetWebAppPlaceholder Source #
Returns a default placeholder for Web Apps of a bot. This is an offline method. Returns a 404 error if the placeholder isn't known. Returns Outline
Constructors
GetWebAppPlaceholder | |
Fields
|
Instances
ToJSON GetWebAppPlaceholder Source # | |
Defined in TD.Query.GetWebAppPlaceholder Methods toJSON :: GetWebAppPlaceholder -> Value # toEncoding :: GetWebAppPlaceholder -> Encoding # toJSONList :: [GetWebAppPlaceholder] -> Value # toEncodingList :: [GetWebAppPlaceholder] -> Encoding # | |
Show GetWebAppPlaceholder Source # | |
Defined in TD.Query.GetWebAppPlaceholder Methods showsPrec :: Int -> GetWebAppPlaceholder -> ShowS # show :: GetWebAppPlaceholder -> String # showList :: [GetWebAppPlaceholder] -> ShowS # | |
Eq GetWebAppPlaceholder Source # | |
Defined in TD.Query.GetWebAppPlaceholder Methods (==) :: GetWebAppPlaceholder -> GetWebAppPlaceholder -> Bool # (/=) :: GetWebAppPlaceholder -> GetWebAppPlaceholder -> Bool # | |
ShortShow GetWebAppPlaceholder Source # | |
Defined in TD.Query.GetWebAppPlaceholder Methods |