Link Search Menu Expand Document

Constructor: chatParticipant

Back to constructors index

Group member.

Attributes:

NameTypeRequiredDescription
user_idlongYesMember user ID
inviter_idlongYesID of the user that added the member to the group
dateintYesDate added to the group

Type: ChatParticipant

Example:

$chatParticipant = ['_' => 'chatParticipant', 'user_id' => long, 'inviter_id' => long, 'date' => int];