model
This commit is contained in:
parent
afd6b215d6
commit
985a86dbd7
|
@ -7,3 +7,13 @@ type PayloadEmitSocketEvent struct {
|
|||
Data string `json:"data"`
|
||||
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