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 object_ptr<ChatInviteLinks>.
td::td_api::revokeChatInviteLink::revokeChatInviteLink |
( |
| ) |
|
Default constructor for a function, which 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 object_ptr<ChatInviteLinks>.
td::td_api::revokeChatInviteLink::revokeChatInviteLink |
( |
int53 |
chat_id_, |
|
|
string const & |
invite_link_ |
|
) |
| |
Creates a function, which 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 object_ptr<ChatInviteLinks>.
- Parameters
-
[in] | chat_id_ | Chat identifier. |
[in] | invite_link_ | Invite link to be revoked. |