1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 23:06:54 +01:00
MadelineProto/docs/TD_docs/methods/setBotUpdatesStatus.md

24 lines
707 B
Markdown
Raw Normal View History

---
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)
2017-06-06 18:39:21 +02:00
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 | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|pending\_update\_count|[CLICK ME int](../types/int.md) | Yes|Number of pending updates|
|error\_message|[CLICK ME string](../types/string.md) | Yes|Last error's message|
### Return type: [Ok](../types/Ok.md)