mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat(types,rest,bot): Add with_components to webhooks (#4152)
* Add with_components to webhook execute and edit * Fix query param building * update comments
This commit is contained in:
@@ -948,7 +948,7 @@ export type BotHelpers<TProps extends TransformersDesiredProperties, TBehavior e
|
||||
webhookId: BigString,
|
||||
token: string,
|
||||
messageId: BigString,
|
||||
options: InteractionCallbackData & { threadId?: BigString },
|
||||
options: InteractionCallbackData & { threadId?: BigString; withComponents?: boolean },
|
||||
) => Promise<SetupDesiredProps<Message, TProps, TBehavior>>
|
||||
editWebhookWithToken: (
|
||||
webhookId: BigString,
|
||||
|
||||
Reference in New Issue
Block a user