1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-04-17 07:22:25 +00:00

fix hierarchy of ManagedBotUpdated

This commit is contained in:
2026-04-14 19:59:52 +06:00
parent 77bf7b6e89
commit 176d0d419a
6 changed files with 2 additions and 19 deletions

View File

@@ -267,11 +267,6 @@ fun BehaviourContext.waitPollOptionDeletedEvents(
errorFactory: NullableRequestBuilder<*> = { null }
) = waitEvents<PollOptionDeleted>(initRequest, errorFactory)
fun BehaviourContext.waitManagedBotUpdatedEvents(
initRequest: Request<*>? = null,
errorFactory: NullableRequestBuilder<*> = { null }
) = waitEvents<ManagedBotUpdated>(initRequest, errorFactory)
fun BehaviourContext.waitChatBackgroundSet(
initRequest: Request<*>? = null,
errorFactory: NullableRequestBuilder<*> = { null }