GroupStateItem interface

グループ内の単一接続の状態エントリ

プロパティ

connectionId

接続ID

state

州の辞書だ。 州がクリアされた時点で不在。

updatedAt

Unixのエポックタイムスタンプ(州が最後に更新された時刻のミリ秒単位)

userId

ユーザーIDです。匿名のつながりのために欠席。

プロパティの詳細

connectionId

接続ID

connectionId: string

プロパティ値

string

state

州の辞書だ。 州がクリアされた時点で不在。

state?: Record<string, string>

プロパティ値

Record<string, string>

updatedAt

Unixのエポックタイムスタンプ(州が最後に更新された時刻のミリ秒単位)

updatedAt: number

プロパティ値

number

userId

ユーザーIDです。匿名のつながりのために欠席。

userId?: string

プロパティ値

string