Compare commits
No commits in common. "b0f5d41ef0ef5a4bbd96c509cad1a1e5daeb02cf" and "783b68249d99902109dbc5b162c830b6287d5ae4" have entirely different histories.
b0f5d41ef0
...
783b68249d
|
@ -14,6 +14,6 @@ type PayloadEventSocketReward struct {
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Cash float64 `json:"cash"`
|
Cash float64 `json:"cash"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Photo interface{} `json:"photo"`
|
Photo *FilePhoto `json:"photo"`
|
||||||
Action *ActionType `json:"action"`
|
Action *ActionType `json:"action"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue