Skip to content

Send messages

Once you have the group chat or DM conversation, you can send messages in the conversation.

Node
// For a DM conversation
await dm.send("Hello world");
 
// OR for a group chat
await group.send("Hello everyone");