Skip to content

Instantly share code, notes, and snippets.

@hto
Created December 24, 2017 17:53
Show Gist options
  • Save hto/db82dad59d119e9887ed8d5dbfe4d6a3 to your computer and use it in GitHub Desktop.
Save hto/db82dad59d119e9887ed8d5dbfe4d6a3 to your computer and use it in GitHub Desktop.
SlackRTM Response Json Example
{
"ok": true,
"url": "wss:\/\/ms9.slack-msgs.com\/websocket\/7I5yBpcvk",
"self": {
"id": "U023BECGF",
"name": "bobby",
"prefs": {
...
},
"created": 1402463766,
"manual_presence": "active"
},
"team": {
"id": "T024BE7LD",
"name": "Example Team",
"email_domain": "",
"domain": "example",
"icon": {
...
},
"msg_edit_window_mins": -1,
"over_storage_limit": false
"prefs": {
...
},
"plan": "std"
},
"users": [ ... ],
"channels": [ ... ],
"groups": [ ... ],
"mpims": [ ... ],
"ims": [ ... ],
"bots": [ ... ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment