Skip to content

Instantly share code, notes, and snippets.

@SReject
Forked from ProbablePrime/BeamChatFrameExamples.md
Last active March 9, 2016 06:05
Show Gist options
  • Save SReject/e56aa7505c21338ac9a7 to your computer and use it in GitHub Desktop.
Save SReject/e56aa7505c21338ac9a7 to your computer and use it in GitHub Desktop.

Authorizing

Sending
{"type":"method","method":"auth","arguments":["userid", "channelid", "authkey"], "id": "..."}

Reply
todo

Send Chat Message

Sending
{"type":"method", "method":"msg", "arguments":["message"], "id": "..."}

Reply
todo

Create Poll

Sending
{"type":"method", "method":"chat:poll_start", "arguments":[" todo "], "id": "..."}`

Reply
todo

Vote in Poll

Sending
{"type":"method", "method":"chat:poll_start", "arguments":[_OptionIndex_], "id": "..."}

Reply
todo

Whispers

Sending
{"type":"method", "method":"whisper", "arguments":["username", "messsage"], "id": "..."}

Reply
todo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment