1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:36:55 +01:00
MadelineProto/docs/TD_docs/methods/changeChatMemberStatus.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

---
title: changeChatMemberStatus
2017-12-21 21:08:25 +01:00
description: Changes status of the chat member, need appropriate privileges. This function is currently not suitable for adding new members to the chat, use addChatMember instead. Status will not be changed until chat state will be synchronized with the server
---
## Method: changeChatMemberStatus
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
2017-12-21 21:08:25 +01:00
Changes status of the chat member, need appropriate privileges. This function is currently not suitable for adding new members to the chat, use addChatMember instead. Status will not be changed until chat state will be synchronized with the server
### Parameters:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2018-03-20 16:42:05 +01:00
|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier|
|user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the user to edit status|
|status|[CLICK ME ChatMemberStatus](../types/ChatMemberStatus.md) | Yes|New status of the member in the chat|
### Return type: [Ok](../types/Ok.md)