MadelineProtoDocs/docs/API_docs/constructors/chatParticipantAdmin.md
2024-05-01 14:53:46 +02:00

870 B

title description nav_exclude image
chatParticipantAdmin Chat admin true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatParticipantAdmin

Back to constructors index

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];