Home > borogove > Chat > invite

Chat.invite() method

Invite another chat's participants to participate in this one

Signature:

invite(other: borogove_Chat, threadId?: string | null): void;

Parameters

Parameter Type Description
other borogove_Chat
threadId string | null (Optional)

Returns:

void