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 1 additions and 1 deletions
Showing only changes of commit 8ed19af4ea - Show all commits

View File

@ -14,6 +14,6 @@ type PayloadEventSocketReward struct {
Title string `json:"title"`
Cash float64 `json:"cash"`
Message string `json:"message"`
Photo *FilePhoto `json:"photo"`
Photo interface{} `json:"photo"`
Action *ActionType `json:"action"`
}