Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 443 Bytes

stream-notify-all.md

File metadata and controls

37 lines (30 loc) · 443 Bytes

stream-notify-all

General user-wide stream.

Available Events

  • roles-change
  • updateEmojiCustom
  • deleteEmojiCustom
  • updateAvatar
  • public-settings-changed
  • permissions-changed

Example Call

{
    "msg": "sub",
    "id": "unique-id",
    "name": "stream-notify-all",
    "params":[
        "event",
        false
    ]
}

Example Response

{
    "msg": "ready",
    "subs": [
        "03903"
    ]
}