Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data BusinessFeature
- = BusinessFeatureLocation
- | BusinessFeatureOpeningHours
- | BusinessFeatureQuickReplies
- | BusinessFeatureGreetingMessage
- | BusinessFeatureAwayMessage
- | BusinessFeatureAccountLinks
- | BusinessFeatureStartPage
- | BusinessFeatureBots
- | BusinessFeatureEmojiStatus
- | BusinessFeatureChatFolderTags
- | BusinessFeatureUpgradedStories
Documentation
data BusinessFeature Source #
Describes a feature available to Business user accounts
BusinessFeatureLocation | The ability to set location |
BusinessFeatureOpeningHours | The ability to set opening hours |
BusinessFeatureQuickReplies | The ability to use quick replies |
BusinessFeatureGreetingMessage | The ability to set up a greeting message |
BusinessFeatureAwayMessage | The ability to set up an away message |
BusinessFeatureAccountLinks | The ability to create links to the business account with predefined message text |
BusinessFeatureStartPage | The ability to customize start page |
BusinessFeatureBots | The ability to connect a bot to the account |
BusinessFeatureEmojiStatus | The ability to show an emoji status along with the business name |
BusinessFeatureChatFolderTags | The ability to display folder names for each chat in the chat list |
BusinessFeatureUpgradedStories | Allowed to use many additional features for stories |
Instances
FromJSON BusinessFeature Source # | |
Defined in TD.Data.BusinessFeature parseJSON :: Value -> Parser BusinessFeature # parseJSONList :: Value -> Parser [BusinessFeature] # | |
ToJSON BusinessFeature Source # | |
Defined in TD.Data.BusinessFeature toJSON :: BusinessFeature -> Value # toEncoding :: BusinessFeature -> Encoding # toJSONList :: [BusinessFeature] -> Value # toEncodingList :: [BusinessFeature] -> Encoding # | |
Show BusinessFeature Source # | |
Defined in TD.Data.BusinessFeature showsPrec :: Int -> BusinessFeature -> ShowS # show :: BusinessFeature -> String # showList :: [BusinessFeature] -> ShowS # | |
Eq BusinessFeature Source # | |
Defined in TD.Data.BusinessFeature (==) :: BusinessFeature -> BusinessFeature -> Bool # (/=) :: BusinessFeature -> BusinessFeature -> Bool # | |
ShortShow BusinessFeature Source # | |
Defined in TD.Data.BusinessFeature shortShow :: BusinessFeature -> String Source # |