Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoffi committed Aug 14, 2024
1 parent 887cdb3 commit 20d5f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions events.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,17 +446,17 @@ type MessagePollVoteRemove struct {
AnswerID int `json:"answer_id"`
}

// EntitlementCreate is the data for a EntitlementCreate event.
// EntitlementCreate is the data for an EntitlementCreate event.
type EntitlementCreate struct {
*Entitlement
}

// EntitlementUpdate is the data for a EntitlementUpdate event.
// EntitlementUpdate is the data for an EntitlementUpdate event.
type EntitlementUpdate struct {
*Entitlement
}

// EntitlementDelete is the data for a EntitlementDelete event.
// EntitlementDelete is the data for an EntitlementDelete event.
// NOTE: Entitlements are not deleted when they expire.
type EntitlementDelete struct {
*Entitlement
Expand Down

0 comments on commit 20d5f76

Please sign in to comment.