mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-11 18:44:26 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -39,10 +39,12 @@ type EmbedRequest struct {
|
||||
|
||||
type EmbedResponse struct {
|
||||
// the embeddable link e.g https://www.youtube.com/watch?v=GWRWZu7XsJ0
|
||||
Link string `json:"link"`
|
||||
EmbedUrl string `json:"embed_url"`
|
||||
// the script code
|
||||
Script string `json:"script"`
|
||||
// the short link
|
||||
HtmlScript string `json:"html_script"`
|
||||
// the full url
|
||||
LongUrl string `json:"long_url"`
|
||||
// the short url
|
||||
ShortUrl string `json:"short_url"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user