1019 B
1019 B
title | description | image |
---|---|---|
updateChatParticipantAdd | Update chat participant add | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateChatParticipantAdd
Update chat participant add
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat_id | int | Yes | Chat ID |
user_id | int | Yes | User ID |
inviter_id | int | Yes | Inviter ID |
date | int | Yes | Date |
version | int | Yes | Version |
Type: Update
Example:
$updateChatParticipantAdd = ['_' => 'updateChatParticipantAdd', 'chat_id' => int, 'user_id' => int, 'inviter_id' => int, 'date' => int, 'version' => int];
Or, if you're into Lua:
updateChatParticipantAdd={_='updateChatParticipantAdd', chat_id=int, user_id=int, inviter_id=int, date=int, version=int}