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