Searched refs:setRoomAccountData (Results 1 – 3 of 3) sorted by relevance
127 $this->api->setRoomAccountData($this->userId, $this->roomId, 'foo', ['bar' => 1]);
165 … return $this->api()->setRoomAccountData($this->client->userId(), $this->roomId, $type, $data);
830 …public function setRoomAccountData(string $userId, string $roomId, string $type, array $accountDat… function in MatrixPhp\\MatrixHttpApi