gluon
    Preparing search index...

    Class Attachment

    Represents an attachment.

    Implements

    • Attachment
    Index

    Constructors

    • Creates a structure for an attachment.

      Parameters

      • client: Client
      • data:
            | APIAttachment
            | AttachmentStorageJSON
            | AttachmentCacheJSON
            | AttachmentDiscordJSON
      • __namedParameters: { channelId: string }

      Returns Attachment

    Accessors

    • get channelId(): string

      The channel that this attachment belongs to.

      Returns string

    Methods

    • Fetches the data of the attachment.

      Returns Promise<ArrayBuffer>

    • Returns the JSON representation of this structure.

      Parameters

      Returns AttachmentStorageJSON | AttachmentCacheJSON | AttachmentDiscordJSON