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