ephemeralUserSelectMenu
suspend fun ComponentContainer.ephemeralUserSelectMenu(row: Int? = null, builder: suspend EphemeralUserSelectMenu<ModalForm>.() -> Unit): EphemeralUserSelectMenu<ModalForm>
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.