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