Exemplo n.º 1
0
 public function getVisitorLastMessage($idSite, $visitorId)
 {
     $this->authenticate($idSite);
     $conversation = new ChatConversation($idSite, $visitorId);
     return $conversation->getVisitorLastMessage();
 }