Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebhookUserHonorChangedEvent

Hierarchy

Index

Properties

Properties

action: "honor_changed"

The action that triggered this webhook

user: { honor: number; honor_delta: number; id: string }

The user that was affect by the action

Type declaration

  • honor: number

    The overall honor the user has

  • honor_delta: number

    The change in honor the user has had (usually in a positive direction)

  • id: string

Generated using TypeDoc