fix typo
This commit is contained in:
parent
e06de39556
commit
8db24a9981
1 changed files with 1 additions and 1 deletions
2
types.go
2
types.go
|
@ -1764,7 +1764,7 @@ type GiveawayCompleted struct {
|
||||||
// Number of undistributed prizes
|
// Number of undistributed prizes
|
||||||
//
|
//
|
||||||
// optional
|
// 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
|
// Message with the giveaway that was completed, if it wasn't deleted
|
||||||
//
|
//
|
||||||
// optional
|
// optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue