-
This commit is contained in:
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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user