This commit is contained in:
Pasha 2025-05-10 12:21:56 +03:00 committed by skeris
parent 22f0a36e86
commit de3110750c

@ -41,7 +41,7 @@ var EmptyResponseErrorGigaChat = errors.New("empty response from GigaChat try ag
type GigaChatAudience struct { type GigaChatAudience struct {
ID int64 `json:"id"` ID int64 `json:"id"`
QuizID int32 `json:"quiz_id"` QuizID int64 `json:"quiz_id"`
Sex bool `json:"sex"` // false - female, true - male Sex bool `json:"sex"` // false - female, true - male
Age string `json:"age"` Age string `json:"age"`
Deleted bool `json:"deleted"` Deleted bool `json:"deleted"`