ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.behaviour_builder
/
dev.inmo.tgbotapi.extensions.behaviour_builder.expectations
/
buildMediaGroupWaiter
build
Media
Group
Waiter
inline
fun
<
T
:
MediaGroupPartContent
>
BehaviourContext
.
buildMediaGroupWaiter
(
initRequest
:
Request
<
*
>
?
=
null
,
noinline
errorFactory
:
NullableRequestBuilder
<
*
>
=
{ null }
)
:
Flow
<
MediaGroupContent
<
T
>
>