Class TdApi.DeleteRevokedChatInviteLink

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.DeleteRevokedChatInviteLink
Enclosing class:
TdApi

public static class TdApi.DeleteRevokedChatInviteLink
extends TdApi.Function
Deletes revoked chat invite links. Requires administrator privileges and canInviteUsers right in the chat for own links and owner privileges for other links.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • DeleteRevokedChatInviteLink

      public DeleteRevokedChatInviteLink()
      Deletes revoked chat invite links. Requires administrator privileges and canInviteUsers right in the chat for own links and owner privileges for other links.

      Returns Ok

    • DeleteRevokedChatInviteLink

      public DeleteRevokedChatInviteLink​(long chatId, String inviteLink)
      Deletes revoked chat invite links. Requires administrator privileges and canInviteUsers right in the chat for own links and owner privileges for other links.

      Returns Ok

      Parameters:
      chatId - long Chat identifier.
      inviteLink - String Invite link to revoke.
    • DeleteRevokedChatInviteLink

      public DeleteRevokedChatInviteLink​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details