mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
831 B
831 B
title | description | nav_exclude | image |
---|---|---|---|
chatParticipant | Group member. | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatParticipant
Group member.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | Member user ID |
inviter_id | long | Yes | ID of the user that added the member to the group |
date | int | Yes | Date added to the group |
Type: ChatParticipant
Example:
$chatParticipant = ['_' => 'chatParticipant', 'user_id' => long, 'inviter_id' => long, 'date' => int];