Home
last modified time | relevance | path

Searched refs:txnId (Results 1 – 1 of 1) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php63 private $txnId; variable in MatrixPhp\\MatrixHttpApi
98 $this->txnId = 0;
314 * @param int $txnId Optional. The transaction ID to use.
322 int $txnId = null, int $timestamp = null) { argument
323 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) { argument
350 if (!$txnId) {
[all …]