Compare commits

..

No commits in common. "b0f5d41ef0ef5a4bbd96c509cad1a1e5daeb02cf" and "783b68249d99902109dbc5b162c830b6287d5ae4" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

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