docs(Attachment): string property

This commit is contained in:
Jiralite
2026-07-15 10:25:45 +01:00
parent 9592aea673
commit d646a13d2c
@@ -9,7 +9,7 @@ const { flatten } = require('../util/Util');
* @property {Stream|BufferResolvable} attachment The attachment in this payload
* @property {string} [name] The name of the attachment
* @property {string} [description] The description of the attachment
* @property {title} [title] The title of the attachment
* @property {string} [title] The title of the attachment
* @property {string} [waveform] The base64 encoded bytearray representing a sampled waveform (for voice messages)
* @property {number} [duration] The duration of the attachment in seconds (for voice messages)
*/