MadelineProto/docs/TD_docs/methods/setBotUpdatesStatus.md
2017-08-25 14:43:29 +02:00

24 lines
685 B
Markdown

---
title: setBotUpdatesStatus
description: Bots only. Informs server about number of pending bot updates if they aren't processed for a long time
---
## 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
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|pending\_update\_count|[int](../types/int.md) | Yes|Number of pending updates|
|error\_message|[string](../types/string.md) | Yes|Last error's message|
### Return type: [Ok](../types/Ok.md)