ephemeralUserSelectMenu

suspend fun <M : ModalForm> ComponentContainer.ephemeralUserSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend EphemeralUserSelectMenu<M>.() -> Unit): EphemeralUserSelectMenu<M>

DSL function for creating an ephemeral user select menu and adding it to the current ComponentContainer.