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