Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ type PayloadEventSocketReward struct {
Title string `json:"title"`
Cash float64 `json:"cash"`
Message string `json:"message"`
Photo *FilePhoto `json:"photo"`
Photo interface{} `json:"photo"`
Action *ActionType `json:"action"`
}