MadelineProto/docs/TD_docs/methods/setChatClientData.md

24 lines
543 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
title: setChatClientData
description: Changes client data associated with a chat
---
## Method: setChatClientData
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes client data associated with a chat
### Params:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
2017-08-25 15:05:53 +02:00
|client\_data|[string](../types/string.md) | Yes|New value of client_data|
### Return type: [Ok](../types/Ok.md)