tip

Receive a notification when a user sent a tip.
Includes broadcaster, tip, and user objects.

Example Output

{
  "broadcaster": "testuser",
  "tip": {
    "tokens": 25,
    "isAnon": false,
    "message": ""
  },
  "user": {
    "username": "testuser1",
    "inFanclub": false,
    "gender": "f",
    "hasTokens": true,
    "recentTips": "some",
    "isMod": false
  }
}