
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