Module tdlight.api

Class TdApi.ChatEventInviteLinkRevoked

Enclosing class:
TdApi

public static final class TdApi.ChatEventInviteLinkRevoked extends TdApi.ChatEventAction
A chat invite link was revoked.
  • Field Details

  • Constructor Details

    • ChatEventInviteLinkRevoked

      public ChatEventInviteLinkRevoked()
      A chat invite link was revoked.
    • ChatEventInviteLinkRevoked

      public ChatEventInviteLinkRevoked(TdApi.ChatInviteLink inviteLink)
      A chat invite link was revoked.
      Parameters:
      inviteLink - ChatInviteLink The invite link.
    • ChatEventInviteLinkRevoked

      public ChatEventInviteLinkRevoked(DataInput input) throws IOException
      A chat invite link was revoked.
      Throws:
      IOException
  • Method Details