fix typo
parent
e06de39556
commit
8db24a9981
2
types.go
2
types.go
|
@ -1764,7 +1764,7 @@ type GiveawayCompleted struct {
|
|||
// Number of undistributed prizes
|
||||
//
|
||||
// optional
|
||||
UnclaimedprizeCounr int `json:"unclaimed_prize_count,omitempty"`
|
||||
UnclaimedPrizeCount int `json:"unclaimed_prize_count,omitempty"`
|
||||
// Message with the giveaway that was completed, if it wasn't deleted
|
||||
//
|
||||
// optional
|
||||
|
|
Loading…
Reference in New Issue