Link Search Menu Expand Document

Constructor: updateChatParticipantAdd

Back to constructors index

New group member.

Attributes:

NameTypeRequiredDescription
chat_idlongYesGroup ID
user_idlongYesID of the new member
inviter_idlongYesID of the user, who added member to the group
dateintYesWhen was the participant added
versionintYesChat version number

Type: Update

Example:

$updateChatParticipantAdd = ['_' => 'updateChatParticipantAdd', 'chat_id' => long, 'user_id' => long, 'inviter_id' => long, 'date' => int, 'version' => int];