publicMentionableSelectMenu
suspend fun ComponentContainer.publicMentionableSelectMenu(row: Int? = null, builder: suspend PublicMentionableSelectMenu<ModalForm>.() -> Unit): PublicMentionableSelectMenu<ModalForm>
suspend fun <M : ModalForm> ComponentContainer.publicMentionableSelectMenu(modal: () -> M?, row: Int? = null, builder: suspend PublicMentionableSelectMenu<M>.() -> Unit): PublicMentionableSelectMenu<M>
DSL function for creating a public mentionable select menu and adding it to the current ComponentContainer.