Overview

Get GroupJid based on Groupid#

Use the below method to generate your own or others GroupJID using the GroupId.

SDK.getGroupJid(`GROUP_ID`);

Example Request#

SDK.getGroupJid(`0f617991-08d0-4474-ae6c-f070dc63bb1a`);

Example Response#

{
statusCode: 200,
message: "Success",
userJid: "0f617991-08d0-4474-ae6c-f070dc63bb1a@mix.xmppdomain"
}

Group Message#

Group messaging is very similar to the singlechat messaging. Instead of giving singlechat jid , you need to provide group jid. If you don't have group jid, you can prepare using the above method by giving group id.

Refer here to send a message in group.