chat icon indicating copy to clipboard operation
chat copied to clipboard

How do i get non-direct conversations?

Open micos7 opened this issue 4 years ago • 0 comments

$conversations = Chat::conversations()->isDirect(false)->conversation->all();

returns me all conversations,even the ones with "direct_message" => 1 Thanks for your time

micos7 avatar Oct 25 '20 10:10 micos7