Class VoiceChannelUpdateParentEvent

    • Constructor Detail

      • VoiceChannelUpdateParentEvent

        public VoiceChannelUpdateParentEvent​(@Nonnull
                                             JDA api,
                                             long responseNumber,
                                             @Nonnull
                                             VoiceChannel channel,
                                             @Nullable
                                             Category oldParent)
    • Method Detail

      • getOldParent

        @Nullable
        public Category getOldParent()
        The old parent Category
        Returns:
        The old parent, or null
      • getNewParent

        @Nullable
        public Category getNewParent()
        The new parent Category
        Returns:
        The new parent, or null