Skip to content

Commit 56d491f

Browse files
authored
feat(APIEmbedVideo): add missing proxy_url property (#496)
1 parent 3b10c60 commit 56d491f

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

deno/payloads/v10/channel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,10 @@ export interface APIEmbedVideo {
903903
* Source url of video
904904
*/
905905
url?: string;
906+
/**
907+
* A proxied url of the video
908+
*/
909+
proxy_url?: string;
906910
/**
907911
* Height of video
908912
*/

deno/payloads/v9/channel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,10 @@ export interface APIEmbedVideo {
907907
* Source url of video
908908
*/
909909
url?: string;
910+
/**
911+
* A proxied url of the video
912+
*/
913+
proxy_url?: string;
910914
/**
911915
* Height of video
912916
*/

payloads/v10/channel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,6 +903,10 @@ export interface APIEmbedVideo {
903903
* Source url of video
904904
*/
905905
url?: string;
906+
/**
907+
* A proxied url of the video
908+
*/
909+
proxy_url?: string;
906910
/**
907911
* Height of video
908912
*/

payloads/v9/channel.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,10 @@ export interface APIEmbedVideo {
907907
* Source url of video
908908
*/
909909
url?: string;
910+
/**
911+
* A proxied url of the video
912+
*/
913+
proxy_url?: string;
910914
/**
911915
* Height of video
912916
*/

0 commit comments

Comments
 (0)