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