unsafeMentionableSelectMenu
suspend fun ComponentContainer.unsafeMentionableSelectMenu(row: Int? = null, builder: suspend UnsafeMentionableSelectMenu<UnsafeModalForm>.() -> Unit): UnsafeMentionableSelectMenu<UnsafeModalForm>
suspend fun <M : UnsafeModalForm> ComponentContainer.unsafeMentionableSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend UnsafeMentionableSelectMenu<M>.() -> Unit): UnsafeMentionableSelectMenu<M>