Show a remote image.
This can be a top level block element (aligned vertically within the content),
or an element within a Context
block,
or Section
accessory.
Example:
Image("A cute kitten",
url: URL("http://placekitten.com/500/500")!)
Two Image
s in a Contexts
block:
Docs: https://api.slack.com/reference/block-kit/block-elements#image
When used as a block:
{
"type" : "image",
"image_url" : "http://placekitten.com/500/500",
"alt_text" : "A cute kitten",
"title" : {
"type" : "plain_text",
"text" : "A cute kitten",
"emoji" : true
}
}