Searched refs:txnId (Results 1 – 1 of 1) sorted by relevance
63 private $txnId; variable in MatrixPhp\\MatrixHttpApi98 $this->txnId = 0;314 * @param int $txnId Optional. The transaction ID to use.322 int $txnId = null, int $timestamp = null) { argument323 if (!$txnId) {324 $txnId = $this->makeTxnId();326 …th = sprintf('/rooms/%s/send/%s/%s', urlencode($roomId), urlencode($eventType), urlencode($txnId));341 * @param int|null $txnId Optional. The transaction ID to use.349 int $txnId = null, int $timestamp = null) { argument350 if (!$txnId) {[all …]