Link Search Menu Expand Document

Constructor: chatParticipantCreator

Back to constructors index

Represents the creator of the group

Attributes:

NameTypeRequiredDescription
user_idlongYesID of the user that created the group

Type: ChatParticipant

Example:

$chatParticipantCreator = ['_' => 'chatParticipantCreator', 'user_id' => long];