Show remaining time to answer
This commit is contained in:
@@ -12,8 +12,9 @@ type Player struct {
|
||||
}
|
||||
|
||||
type QuestionUpdate struct {
|
||||
Title string `json:"title"`
|
||||
Answers []Answer `json:"answers"`
|
||||
Title string `json:"title"`
|
||||
RemainingTime uint64 `json:"remainingTime"`
|
||||
Answers []Answer `json:"answers"`
|
||||
}
|
||||
|
||||
type Answer struct {
|
||||
|
||||
Reference in New Issue
Block a user