Compare commits
No commits in common. "783b68249d99902109dbc5b162c830b6287d5ae4" and "2c00022622bf4732cc6338fc78a147aed78e4c30" have entirely different histories.
783b68249d
...
2c00022622
|
@ -7,13 +7,3 @@ type PayloadEmitSocketEvent struct {
|
||||||
Data string `json:"data"`
|
Data string `json:"data"`
|
||||||
IsNotRemove bool `json:"isNotRemove"`
|
IsNotRemove bool `json:"isNotRemove"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// PayloadEventSocketReward ...
|
|
||||||
type PayloadEventSocketReward struct {
|
|
||||||
Type string `json:"type"`
|
|
||||||
Title string `json:"title"`
|
|
||||||
Cash float64 `json:"cash"`
|
|
||||||
Message string `json:"message"`
|
|
||||||
Photo *FilePhoto `json:"photo"`
|
|
||||||
Action *ActionType `json:"action"`
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue