Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка в message.go #10

Closed
Ekuzkamaza opened this issue Apr 28, 2019 · 1 comment
Closed

Ошибка в message.go #10

Ekuzkamaza opened this issue Apr 28, 2019 · 1 comment

Comments

@Ekuzkamaza
Copy link

Ekuzkamaza commented Apr 28, 2019

`type StickerAttachment struct {

ID        int    `json:"id"`
ProductID int    `json:"product_id"`
Photo64   string `json:"photo_64"`
Photo128  string `json:"photo_128"`
Photo256  string `json:'photo_256"`
Photo352  string `json:"photo_352"`
Photo512  string `json:"photo_512"`
Width     int    `json:"width"`
Height    int    `json:"height"`

}вот здесь вместо двойной кавычки одинарная Photo256 stringjson:'photo_256"`

@himidori
Copy link
Owner

исправил, спасибо за находку

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants