Click or drag to resize

Messageimage_url Property

A valid URL to an image file that will be displayed inside a message attachment. We currently support the following formats: GIF, JPEG, PNG, and BMP. Large images will be resized to a maximum width of 360px or a maximum height of 500px, while still maintaining the original aspect ratio.

Namespace:  NetQuarry.Services.Slack
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string image_url { get; set; }

Property Value

Type: String
See Also