Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.CreateBusinessChatLink
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
Constructors
CreateBusinessChatLink | |
Fields
|
Instances
ToJSON CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink Methods toJSON :: CreateBusinessChatLink -> Value # toEncoding :: CreateBusinessChatLink -> Encoding # toJSONList :: [CreateBusinessChatLink] -> Value # | |
Show CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink Methods showsPrec :: Int -> CreateBusinessChatLink -> ShowS # show :: CreateBusinessChatLink -> String # showList :: [CreateBusinessChatLink] -> ShowS # | |
Eq CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink Methods (==) :: CreateBusinessChatLink -> CreateBusinessChatLink -> Bool # (/=) :: CreateBusinessChatLink -> CreateBusinessChatLink -> Bool # | |
ShortShow CreateBusinessChatLink Source # | |
Defined in TD.Query.CreateBusinessChatLink Methods |