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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user