Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data RevokeChatInviteLink Source #
Revokes invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. If a primary link is revoked, then additionally to the revoked link returns new primary link. Returns ChatInviteLinks
Instances
ToJSON RevokeChatInviteLink Source # | |
Defined in TD.Query.RevokeChatInviteLink toJSON :: RevokeChatInviteLink -> Value # toEncoding :: RevokeChatInviteLink -> Encoding # toJSONList :: [RevokeChatInviteLink] -> Value # toEncodingList :: [RevokeChatInviteLink] -> Encoding # | |
Show RevokeChatInviteLink Source # | |
Defined in TD.Query.RevokeChatInviteLink showsPrec :: Int -> RevokeChatInviteLink -> ShowS # show :: RevokeChatInviteLink -> String # showList :: [RevokeChatInviteLink] -> ShowS # | |
Eq RevokeChatInviteLink Source # | |
Defined in TD.Query.RevokeChatInviteLink (==) :: RevokeChatInviteLink -> RevokeChatInviteLink -> Bool # (/=) :: RevokeChatInviteLink -> RevokeChatInviteLink -> Bool # | |
ShortShow RevokeChatInviteLink Source # | |
Defined in TD.Query.RevokeChatInviteLink |