Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active May 14, 2016 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YumaInaura/6cc76ec16fab8c2a87bf to your computer and use it in GitHub Desktop.
Save YumaInaura/6cc76ec16fab8c2a87bf to your computer and use it in GitHub Desktop.
Slack | APIに使う「チャンネルID」を取得する方法 ref: http://qiita.com/Yinaura/items/bd28c7b9ef614696fb7e
{
"id": "xxxxxxxxx",
"name": "example",
"is_channel": true,
"created": 1448847829,
"creator": "yyyyyyyyy",
"is_archived": false,
"is_general": false,
"is_member": true,
"members": [
"zzzzzzzzz"
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment