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

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

Back to constructors index

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