24 lines
545 B
Markdown
24 lines
545 B
Markdown
---
|
|
title: sendChatAction
|
|
description: Sends notification about user activity in a chat
|
|
---
|
|
## Method: sendChatAction
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Sends notification about user activity in a chat
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|
|
|action|[ChatAction](../types/ChatAction.md) | Yes|Action description|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|