public WebhookEmbed WithThumbnail(string value) { this.thumbnail = new WebhookImage() { url = value }; return(this); }
public WebhookEmbed WithImage(string value) { this.image = new WebhookImage() { url = value }; return(this); }