Class TdApi.ChatEventInviteLinkEdited

Enclosing class:
TdApi

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

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • 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 - Previous information about the invite link.
      newInviteLink - New information about the invite link.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR