mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
fix(types): messageId is optional
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { EditWebhookMessage } from "../webhooks/edit_webhook_message.ts";
|
||||
|
||||
export interface DiscordenoEditWebhookMessage extends EditWebhookMessage {
|
||||
/** Id of the message you want to edit */
|
||||
messageId: string;
|
||||
/** Id of the message you want to edit if undefined the initial response message will be edited */
|
||||
messageId?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user