Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data CreateBusinessChatLink Source #
Creates a business chat link for the current account. Requires Telegram Business subscription. There can be up to getOption("business_chat_link_count_max") links created. Returns the created link. Returns BusinessChatLink
CreateBusinessChatLink | |
|
Instances
ToJSON CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink toJSON :: CreateBusinessChatLink -> Value # toEncoding :: CreateBusinessChatLink -> Encoding # toJSONList :: [CreateBusinessChatLink] -> Value # | |
Show CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink showsPrec :: Int -> CreateBusinessChatLink -> ShowS # show :: CreateBusinessChatLink -> String # showList :: [CreateBusinessChatLink] -> ShowS # | |
Eq CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink | |
ShortShow CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink |