client: Client
The client instance associated with the event.
MediaMessageEventInterface
.client
context: MessageContext
The context of the message.
MediaMessageEventInterface
.context
getUrl: () =>A function that returns the URL of the media.Promise
<string
>
Promise
<string
>
MediaMessageEventInterface
.getUrl
mediaId: string
The ID of the media.
MediaMessageEventInterface
.mediaId
messageId: string
The ID of the message.
MediaMessageEventInterface
.messageId
mimeType: string
The MIME type of the media.
MediaMessageEventInterface
.mimeType
sha256: string
The SHA256 hash of the media.
MediaMessageEventInterface
.sha256
sticker: StickerMessage
The sticker message associated with the event.
timestamp: number
The timestamp of the message.
MediaMessageEventInterface
.timestamp