We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684ad62 commit 2993c9bCopy full SHA for 2993c9b
src/structures/interfaces/messageInteraction.ts
@@ -432,6 +432,10 @@ export interface MessageAttachmentOptions {
432
id: string | number;
433
/** The description of the attachment. */
434
description?: string;
435
+ /** The duration, in seconds, of the voice message. */
436
+ duration_secs?: number;
437
+ /** A base64-encoded bytearray that represents a sampled waveform. */
438
+ waveform?: string;
439
}
440
441
/** The options for {@link MessageInteractionContext#send} and {@link MessageInteractionContext#sendFollowUp}. */
0 commit comments