All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.freya02.botcommands.api.components.builder.group.ComponentGroupBuilder.kt Maven / Gradle / Ivy

package com.freya02.botcommands.api.components.builder.group

import com.freya02.botcommands.api.components.builder.IComponentBuilder
import com.freya02.botcommands.api.components.builder.ITimeoutableComponent
import com.freya02.botcommands.internal.components.ComponentType

abstract class ComponentGroupBuilder internal constructor(@JvmSynthetic internal val componentIds: List) :
    IComponentBuilder,
    ITimeoutableComponent {
    override val componentType: ComponentType = ComponentType.GROUP
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy