Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
height example
->
title
(
'New song added!'
)
->
footer
(
(
new
DiscordFooterEmbedObject
(
)
)
->
text
(
'text'
)
->
iconUrl
(
'icon url'
)
->
proxyIconUrl
(
'proxy icon url'
)
)
->
thumbnail
(
(
new
DiscordMediaEmbedObject
(
)
)
->
url
(
'https://thumb.ur.l/'
)
->
proxyUrl
(
'https://proxy.ur.l/'
)
->
height
(
900
)
->
width
(
600
)
)
->
image
(
(
new
DiscordMediaEmbedObject
(
)
)
->
url
(
'https://image.ur.l/'
)
->
proxyUrl
(
'https://proxy.ur.l/'
)
->
height
(
900
)
->
width
(
600
)
)
->
author
(
(
new
DiscordAuthorEmbedObject
(
)
)