This commit is contained in:
Pasha 2025-05-10 12:06:31 +03:00 committed by skeris
parent dd71e1b671
commit 22f0a36e86

@ -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 int64 `json:"quiz_id"` QuizID int32 `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"`