reqrep socket #151

Merged
minhnguyen merged 1 commits from feature/saving-campaign-bk into develop 2023-03-23 03:46:25 +00:00
1 changed files with 10 additions and 0 deletions

View File

@ -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"`
}