1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 00:26:57 +01:00
MadelineProto/docs/TD_docs/constructors/updateUserAction.md

25 lines
545 B
Markdown
Raw Normal View History

---
title: updateUserAction
description: Some chat activity
---
## Constructor: updateUserAction
[Back to constructors index](index.md)
Some chat activity
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|user\_id|[int](../types/int.md) | Yes|Identifier of user doing action|
|action|[SendMessageAction](../types/SendMessageAction.md) | Yes|Action description|
### Type: [Update](../types/Update.md)