19 declare(strict_types=1);
29 protected int $id = 0;
68 return $this->participants ?: [];
78 $mids[] = $part->getMID();
89 if ($part->isSelf()) {
90 return $part->getMID();
111 $this->title = $this->json_obj->community->name;
112 $this->description = $this->json_obj->community->description;
113 $this->
id = $this->json_obj->community->cid;
115 foreach ($this->json_obj->participants as $participant) {