25 lines
624 B
Markdown
25 lines
624 B
Markdown
---
|
|
title: setChatClientData
|
|
description: Changes client data associated with a chat
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: setChatClientData
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Changes client data associated with a chat
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|chat\_id|[int53](../types/int53.md) | Chat identifier | Yes|
|
|
|client\_data|[string](../types/string.md) | New value of client_data | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|