mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
716 B
716 B
title | description | nav_exclude | image |
---|---|---|---|
chatParticipantCreator | Represents the creator of the group | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: chatParticipantCreator
Represents the creator of the group
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | Yes | ID of the user that created the group |
Type: ChatParticipant
Example:
$chatParticipantCreator = ['_' => 'chatParticipantCreator', 'user_id' => long];