Skip to content

4.0.1

Compare
Choose a tag to compare
@musonza musonza released this 07 Nov 02:57
· 63 commits to master since this release
94cce0a
// Make direct conversation after creation
$conversation = Chat::createConversation($participants)->makeDirect();

// Specify intent for direct conversation before creation
$conversation = Chat::makeDirect()->createConversation($participants);