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