Bilder als Antworten hinzugefügt
This commit is contained in:
@ -40,8 +40,9 @@ type Briefing struct {
|
||||
}
|
||||
|
||||
type Answer struct {
|
||||
ID int64
|
||||
Text string
|
||||
ID int64
|
||||
Text string
|
||||
IsImage bool // TODO: relocate to sessionStructs if possible
|
||||
}
|
||||
|
||||
type Question struct {
|
||||
|
Reference in New Issue
Block a user