1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 21:47:21 +01:00
MadelineProto/docs/API_docs/constructors/updateChatParticipantAdd.md
2016-12-20 13:15:22 +01:00

28 lines
666 B
Markdown

---
title: updateChatParticipantAdd
---
## Constructor: updateChatParticipantAdd
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|chat\_id|[int](../types/int.md) | Required|
|user\_id|[int](../types/int.md) | Required|
|inviter\_id|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
|version|[int](../types/int.md) | Required|
### Type: [Update](../types/Update.md)
### Example:
```
$updateChatParticipantAdd = ['_' => updateChatParticipantAdd', 'chat_id' => int, 'user_id' => int, 'inviter_id' => int, 'date' => int, 'version' => int, ];
```