change struct socket reward payload

This commit is contained in:
Nguyen Minh 2023-03-23 14:31:06 +07:00
parent 985a86dbd7
commit 8ed19af4ea
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"`
}