saving campaign #153

Merged
minhnguyen merged 10 commits from feature/saving-campaign-bk into master 2023-03-24 07:25:45 +00:00
1 changed files with 10 additions and 0 deletions
Showing only changes of commit 985a86dbd7 - Show all commits

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