Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SlashCommandPreviewItemType

Index

Enumeration members

Enumeration members

AUDIO

AUDIO: = "audio"

Represents audio preview.

IMAGE

IMAGE: = "image"

Represents image preview. Could be png, gif, etc.

OTHER

OTHER: = "other"

As the name says, an unknown type (try not to use).

TEXT

TEXT: = "text"

Represents text preview.

VIDEO

VIDEO: = "video"

Represents video preview.

Generated using TypeDoc