Module tdlight.api

Class TdApi.ChatEventInviteLinkDeleted

Enclosing class:
TdApi

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

  • Constructor Details

    • ChatEventInviteLinkDeleted

      public ChatEventInviteLinkDeleted()
      A revoked chat invite link was deleted.
    • ChatEventInviteLinkDeleted

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

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