Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetChatInviteLink Source #
Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links. Returns ChatInviteLink
Instances
ToJSON GetChatInviteLink Source # | |
Defined in TD.Query.GetChatInviteLink toJSON :: GetChatInviteLink -> Value # toEncoding :: GetChatInviteLink -> Encoding # toJSONList :: [GetChatInviteLink] -> Value # toEncodingList :: [GetChatInviteLink] -> Encoding # | |
Show GetChatInviteLink Source # | |
Defined in TD.Query.GetChatInviteLink showsPrec :: Int -> GetChatInviteLink -> ShowS # show :: GetChatInviteLink -> String # showList :: [GetChatInviteLink] -> ShowS # | |
Eq GetChatInviteLink Source # | |
Defined in TD.Query.GetChatInviteLink (==) :: GetChatInviteLink -> GetChatInviteLink -> Bool # (/=) :: GetChatInviteLink -> GetChatInviteLink -> Bool # | |
ShortShow GetChatInviteLink Source # | |
Defined in TD.Query.GetChatInviteLink shortShow :: GetChatInviteLink -> String Source # |