18 declare(strict_types=1);
28 protected int $id = 0;
67 return $this->participants ?: [];
77 $mids[] = $part->getMID();
88 if ($part->isSelf()) {
89 return $part->getMID();
110 $this->title = $this->json_obj->community->name;
111 $this->description = $this->json_obj->community->description;
112 $this->
id = $this->json_obj->community->cid;
114 foreach ($this->json_obj->participants as $participant) {