ephemeralRoleSelectMenu
suspend fun ComponentContainer.ephemeralRoleSelectMenu(row: Int? = null, builder: suspend EphemeralRoleSelectMenu<ModalForm>.() -> Unit): EphemeralRoleSelectMenu<ModalForm>
suspend fun <M : ModalForm> ComponentContainer.ephemeralRoleSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend EphemeralRoleSelectMenu<M>.() -> Unit): EphemeralRoleSelectMenu<M>
DSL function for creating an ephemeral role select menu and adding it to the current ComponentContainer.