Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatBoostLinkInfo
Synopsis
- data GetChatBoostLinkInfo = GetChatBoostLinkInfo {}
Documentation
data GetChatBoostLinkInfo Source #
Returns information about a link to boost a chat. Can be called for any internal link of the type internalLinkTypeChatBoost. Returns ChatBoostLinkInfo
Constructors
GetChatBoostLinkInfo | |
Instances
ToJSON GetChatBoostLinkInfo Source # | |
Defined in TD.Query.GetChatBoostLinkInfo Methods toJSON :: GetChatBoostLinkInfo -> Value # toEncoding :: GetChatBoostLinkInfo -> Encoding # toJSONList :: [GetChatBoostLinkInfo] -> Value # toEncodingList :: [GetChatBoostLinkInfo] -> Encoding # | |
Show GetChatBoostLinkInfo Source # | |
Defined in TD.Query.GetChatBoostLinkInfo Methods showsPrec :: Int -> GetChatBoostLinkInfo -> ShowS # show :: GetChatBoostLinkInfo -> String # showList :: [GetChatBoostLinkInfo] -> ShowS # | |
Eq GetChatBoostLinkInfo Source # | |
Defined in TD.Query.GetChatBoostLinkInfo Methods (==) :: GetChatBoostLinkInfo -> GetChatBoostLinkInfo -> Bool # (/=) :: GetChatBoostLinkInfo -> GetChatBoostLinkInfo -> Bool # | |
ShortShow GetChatBoostLinkInfo Source # | |
Defined in TD.Query.GetChatBoostLinkInfo Methods |