changedInput schema / properties / avatar_url / description
Previous value: -"Override the webhook's default avatar."New value: +"Override the webhook's default avatar for this message."
changedInput schema / properties / content / description
Previous value: -"Text content of the message."New value: +"Plain-text body of the message (max 2000 characters). Optional if embeds are provided."
changedInput schema / properties / embeds / description
Previous value: -"Optional array of embed objects."New value: +"Up to 10 embed objects to attach to the webhook message."
changedInput schema / properties / embeds / items / properties / color / description
Previous value: -"Hex color e.g. #5865F2"New value: +"Side-bar color as a hex string, e.g. '#5865F2'."
addedInput schema / properties / embeds / items / properties / description / description
Added value: +"Main body text of the embed (supports Markdown)."
addedInput schema / properties / embeds / items / properties / fields / description
Added value: +"Up to 25 name/value field blocks."
addedInput schema / properties / embeds / items / properties / fields / items / properties / inline / description
Added value: +"If true, render side-by-side with adjacent inline fields."
addedInput schema / properties / embeds / items / properties / fields / items / properties / name / description
Added value: +"Field heading."
addedInput schema / properties / embeds / items / properties / fields / items / properties / value / description
Added value: +"Field body text."
addedInput schema / properties / embeds / items / properties / footer / description
Added value: +"Footer text shown at the bottom of the embed."
addedInput schema / properties / embeds / items / properties / image_url / description
Added value: +"Large image shown below the embed body."
addedInput schema / properties / embeds / items / properties / thumbnail_url / description
Added value: +"Small image shown in the top-right corner."
addedInput schema / properties / embeds / items / properties / timestamp / description
Added value: +"If true, stamp the embed with the current time."
addedInput schema / properties / embeds / items / properties / title / description
Added value: +"Embed title shown in bold at the top."
addedInput schema / properties / embeds / items / properties / url / description
Added value: +"URL that makes the title clickable."
changedInput schema / properties / username / description
Previous value: -"Override the webhook's default username."New value: +"Override the webhook's default display name for this message."
addedInput schema / properties / webhook_id / description
Added value: +"ID (snowflake) of the webhook to send through."
addedInput schema / properties / webhook_token / description
Added value: +"Secret token of the webhook (from discord_create_webhook or discord_list_webhooks)."