change struct socket reward payload
This commit is contained in:
parent
985a86dbd7
commit
8ed19af4ea
|
@ -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"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue