flushAccumulatedUpdates

suspend fun TelegramBot.flushAccumulatedUpdates(    avoidInlineQueries: Boolean = false,     avoidCallbackQueries: Boolean = false,     scope: CoroutineScope = CoroutineScope(Dispatchers.Default),     allowedUpdates: List<String>? = null,     exceptionsHandler: ExceptionHandler<Unit>? = null,     updatesReceiver: UpdateReceiver<Update> = {})