Preparing search index...
The search index is not available
goban
goban
protocol
GameChatLine
Interface GameChatLine
interface
GameChatLine
{
body
:
string
|
AnalysisComment
|
ReviewComment
;
channel
:
string
;
chat_id
:
string
;
date
:
number
;
from
?:
number
;
move_number
:
number
;
moves
?:
string
;
player_id
:
number
;
username
?:
string
;
}
Index
Properties
body
channel
chat_
id
date
from?
move_
number
moves?
player_
id
username?
Properties
body
body
:
string
|
AnalysisComment
|
ReviewComment
channel
channel
:
string
chat_
id
chat_
id
:
string
date
date
:
number
Optional
from
from
?:
number
move_
number
move_
number
:
number
Optional
moves
moves
?:
string
player_
id
player_
id
:
number
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
body
channel
chat_
id
date
from
move_
number
moves
player_
id
username
goban
Loading...