1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-06 00:00:50 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.md

13 lines
543 B
Markdown
Raw Normal View History

//[docs](../../index.md)/[dev.inmo.tgbotapi.extensions.behaviour_builder](index.md)/[oneOf](one-of.md)
# oneOf
[common]
Content
suspend fun <[O](one-of.md)> [BehaviourContext](-behaviour-context/index.md).[oneOf](one-of.md)(deferredActions: [Iterable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-iterable/index.html)<<[O](one-of.md)>>): [O](one-of.md)
suspend fun <[O](one-of.md)> [BehaviourContext](-behaviour-context/index.md).[oneOf](one-of.md)(vararg deferredActions: <[O](one-of.md)>): [O](one-of.md)