Skip to main content

Documentation Index

Fetch the complete documentation index at: https://javascript.wapikit.com/llms.txt

Use this file to discover all available pages before exploring further.

Wapi.js Docs / MediaMessageInterface

Interface: MediaMessageInterface

Interface representing a media message.

Interface

Properties

caption?

optional caption: string

Source

packages/wapi.js/src/structures/media/interface.ts:37

fileName?

optional fileName: string

Source

packages/wapi.js/src/structures/media/interface.ts:34

id?

optional id: string

Source

packages/wapi.js/src/structures/media/interface.ts:36
optional link: string

Source

packages/wapi.js/src/structures/media/interface.ts:35

type

type: MediaTypeEnum

Source

packages/wapi.js/src/structures/media/interface.ts:33