updateChatParticipantAdd

New group member.

updateChatParticipantAdd#3a0eeb22 chat_id:int user_id:int inviter_id:int version:int = Update;

Parameters

Name Type Description
chat_id long Group ID
user_id long ID of the new member
inviter_id long ID of the user, who added member to the group
date int When was the participant added
version int Used similarly to pts values to deduplicate/update outdated chat information as specified here ยป.

Type

Update

Related pages

Peer database

Many constructors in the API need to be stored in a local database upon reception and should only ever be updated reactively (passively) when received via updates or by other means (as specified in the documentation), to avoid overloading the server by continuously requesting changes for the same unchanged information.