Module tdlight.api

Class TdApi.RevokeChatInviteLink

Enclosing class:
TdApi

public static final class TdApi.RevokeChatInviteLink extends TdApi.Function<TdApi.ChatInviteLinks>
Revokes invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and canInviteUsers 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 ChatInviteLinks

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • RevokeChatInviteLink

      public RevokeChatInviteLink()
      Revokes invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and canInviteUsers 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 ChatInviteLinks

    • RevokeChatInviteLink

      public RevokeChatInviteLink(long chatId, String inviteLink)
      Revokes invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and canInviteUsers 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 ChatInviteLinks

      Parameters:
      chatId - long Chat identifier.
      inviteLink - String Invite link to be revoked.
    • RevokeChatInviteLink

      public RevokeChatInviteLink(DataInput input) throws IOException
      Revokes invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and canInviteUsers 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 ChatInviteLinks

      Throws:
      IOException
  • Method Details