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