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

24 lines
567 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
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier|
|action|[CLICK ME ChatAction](../types/ChatAction.md) | Yes|Action description|
### Return type: [Ok](../types/Ok.md)