Merge pull request 'change struct socket reward payload' (#152) from feature/saving-campaign-bk into develop

Reviewed-on: #152
This commit is contained in:
Minh Nguyen 2023-03-23 07:31:30 +00:00
commit b0f5d41ef0
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"`
}