change struct socket reward payload #152

Merged
minhnguyen merged 1 commits from feature/saving-campaign-bk into develop 2023-03-23 07:31:30 +00:00
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"`
}