25 lines
626 B
Markdown
25 lines
626 B
Markdown
---
|
|
title: sendChatAction
|
|
description: Sends notification about user activity in a chat
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: sendChatAction
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Sends notification about user activity in a chat
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|chat\_id|[int53](../types/int53.md) | Chat identifier | Yes|
|
|
|action|[ChatAction](../types/ChatAction.md) | Action description | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|