export interface RESTPostAPIWebhookWithTokenJSONBodyhttps://discord.com/developers/docs/resources/webhook#execute-webhook
optionalallowed_mentions? : APIAllowedMentions | undefined 
Allowed mentions for the messageSee https://discord.com/developers/docs/resources/channel#allowed-mentions-object
optionalattachments? : RESTAPIAttachment[] | undefined 
Attachment objects with filename and description
optionalcomponents? : APIActionRowComponent<APIMessageActionRowComponent>[] | undefined 
The components to include with the messageRequires an application-owned webhookSee https://discord.com/developers/docs/interactions/message-components#component-object
Embedded rich contentSee https://discord.com/developers/docs/resources/channel#embed-object
optionalflags? : MessageFlags | undefined 
Message flags combined as a bitfield
optionalpoll? : RESTAPIPoll | undefined 
A poll!
Name of thread to createAvailable only if the webhook is in a forum channel and a thread is not specified in thread_id query parameter