Class TextChannelUpdateParentEvent

    • Constructor Detail

      • TextChannelUpdateParentEvent

        public TextChannelUpdateParentEvent​(JDA api,
                                            long responseNumber,
                                            TextChannel channel,
                                            Category oldParent)
    • Method Detail

      • getOldParent

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

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