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

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

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

import com.freya02.botcommands.api.components.builder.IEphemeralTimeoutableComponent
import com.freya02.botcommands.internal.components.LifetimeType
import com.freya02.botcommands.internal.components.builder.EphemeralTimeoutableComponentImpl

class EphemeralComponentGroupBuilder internal constructor(componentIds: List) : ComponentGroupBuilder(componentIds),
    IEphemeralTimeoutableComponent by EphemeralTimeoutableComponentImpl() {

    override val lifetimeType: LifetimeType = LifetimeType.EPHEMERAL
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy