add video embeds

This commit is contained in:
MathMan05 2024-09-05 10:59:31 -05:00
parent c282c6c6f6
commit 715eae7ff2
3 changed files with 65 additions and 8 deletions

View file

@ -332,6 +332,12 @@ type embedjson={
},
provider:{
name:string,
},
video:{
url: string,
width?: number|null,
height?: number|null,
proxy_url?: string
}
}
type presencejson={