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