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