mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-18 16:14:27 -04:00
fix: add youtube timestamp to january types
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export type EmbedVideo = {
|
||||
*/
|
||||
export type EmbedSpecial = (
|
||||
{ type: 'None' } |
|
||||
{ type: 'YouTube', id: string } |
|
||||
{ type: 'YouTube', id: string, timestamp?: string } |
|
||||
{ type: 'Twitch', content_type: 'Channel' | 'Video' | 'Clip', id: string } |
|
||||
{ type: 'Spotify', content_type: string, id: string } |
|
||||
{ type: 'Soundcloud' } |
|
||||
|
||||
Reference in New Issue
Block a user