Raw.UpdateChatParticipantAdd
New group member.
updateChatParticipantAdd#3dda5451 chat_id:long user_id:long inviter_id:long date:int version:int = Update;
export namespace Raw {
export class UpdateChatParticipantAdd {
constructor(params: {
chatId: bigint;
userId: bigint;
inviterId: bigint;
date: number;
version: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x3dda5451