Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data SetBusinessStartPage Source #
Changes the business start page of the current user. Requires Telegram Business subscription. Returns Ok
SetBusinessStartPage | |
|
Instances
ToJSON SetBusinessStartPage Source # | |
Defined in TD.Query.SetBusinessStartPage toJSON :: SetBusinessStartPage -> Value # toEncoding :: SetBusinessStartPage -> Encoding # toJSONList :: [SetBusinessStartPage] -> Value # toEncodingList :: [SetBusinessStartPage] -> Encoding # | |
Show SetBusinessStartPage Source # | |
Defined in TD.Query.SetBusinessStartPage showsPrec :: Int -> SetBusinessStartPage -> ShowS # show :: SetBusinessStartPage -> String # showList :: [SetBusinessStartPage] -> ShowS # | |
Eq SetBusinessStartPage Source # | |
Defined in TD.Query.SetBusinessStartPage (==) :: SetBusinessStartPage -> SetBusinessStartPage -> Bool # (/=) :: SetBusinessStartPage -> SetBusinessStartPage -> Bool # | |
ShortShow SetBusinessStartPage Source # | |
Defined in TD.Query.SetBusinessStartPage |