mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
870 B
870 B
title | description | nav_exclude | image |
---|---|---|---|
chatParticipantAdmin | Chat admin | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatParticipantAdmin
Chat admin
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | ID of a group member that is admin |
inviter_id | long | Yes | ID of the user that added the member to the group |
date | int | Yes | Date when the user was added |
Type: ChatParticipant
Example:
$chatParticipantAdmin = ['_' => 'chatParticipantAdmin', 'user_id' => long, 'inviter_id' => long, 'date' => int];