mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 06:56:55 +01:00
24 lines
903 B
Markdown
24 lines
903 B
Markdown
---
|
|
title: changeChatTitle
|
|
description: Changes chat title. Works only for group and channel chats. Requires administrator rights in groups and appropriate administrator right in channels. Title will not change before request to the server completes
|
|
---
|
|
## Method: changeChatTitle
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Changes chat title. Works only for group and channel chats. Requires administrator rights in groups and appropriate administrator right in channels. Title will not change before request to the server completes
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier|
|
|
|title|[CLICK ME string](../types/string.md) | Yes|New title of the chat, 1-255 characters|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|