Module tdlight.api

Class TdApi.ChatEventInviteLinkEdited

Enclosing class:
TdApi

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

  • Constructor Details

    • ChatEventInviteLinkEdited

      public ChatEventInviteLinkEdited()
      A chat invite link was edited.
    • ChatEventInviteLinkEdited

      public ChatEventInviteLinkEdited(TdApi.ChatInviteLink oldInviteLink, TdApi.ChatInviteLink newInviteLink)
      A chat invite link was edited.
      Parameters:
      oldInviteLink - ChatInviteLink Previous information about the invite link.
      newInviteLink - ChatInviteLink New information about the invite link.
    • ChatEventInviteLinkEdited

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