Skip to content

Instantly share code, notes, and snippets.

@33mhz
Created January 20, 2017 23:06
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save 33mhz/d992a0e2cd0a3680a046d5ec6b13e0f5 to your computer and use it in GitHub Desktop.
Channel
{
"type":"vidcast",
"owner":{},
"acl":{
"full":{"user_ids":[]},
"write":{"any_user"}
},
"raw":[
{
"type":"io.pnut.core.chat-settings",
"value":{
"name":"",
"description":""
"categories":["music","community"]
}
},
{
"type":"vidcast.settings",
"value":{
"started_at":"",
"ended_at":"",
"playlist": ["link","link"]
}
}
]
}
Message Play
{
"text":"Playing [title](url), requested by @username",
"raw":[
{
"type":"vidcast-playback",
"value":{
"provider":"youtube",
"format":"",
"link":"",
"title":"",
"author":"",
"notes":"",
"offset_seconds":""
}
}
]
}
Message Request
{
"text":"Requesting [title](url)",
"raw":[
{
"type":"vidcast-request",
"value":{
"provider":"youtube",
"link":url,
"title":title,
"author":"",
"notes":""
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment