Class TdApi.ChatEventInviteLinkEdited

  • Enclosing class:
    TdApi

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

      • oldInviteLink

        public TdApi.ChatInviteLink oldInviteLink
        Previous information about the invite link.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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.