MadelineProtoDocs/docs/TD_docs/methods/setBotUpdatesStatus.md

25 lines
766 B
Markdown

---
title: setBotUpdatesStatus
description: Bots only. Informs server about number of pending bot updates if they aren't processed for a long time
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: setBotUpdatesStatus
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Informs server about number of pending bot updates if they aren't processed for a long time
### Parameters:
| Name | Type | Description | Required |
|----------|---------------|-------------|----------|
|pending\_update\_count|[int](../types/int.md) | Number of pending updates | Yes|
|error\_message|[string](../types/string.md) | Last error's message | Yes|
### Return type: [Ok](../types/Ok.md)