Raw.ChatParticipant
Group member.
chatParticipant#c02d4007 user_id:long inviter_id:long date:int = ChatParticipant;
export namespace Raw {
export class ChatParticipant {
constructor(params: { userId: bigint; inviterId: bigint; date: number }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0xc02d4007