Skip to content

@line/bot-sdkDocs


@line/bot-sdk / VideoMessage

Type Alias: VideoMessage

VideoMessage: MessageCommon & object

Type declaration

originalContentUrl

originalContentUrl: string

URL of video file (Max: 2000 characters)

  • HTTPS
  • mp4
  • Max: 1 minute
  • Max: 10 MB

A very wide or tall video may be cropped when played in some environments.

previewImageUrl

previewImageUrl: string

URL of preview image (Max: 2000 characters)

  • HTTPS
  • JPEG
  • Max: 240 x 240
  • Max: 1 MB

type

type: "video"

See

Video message

Defined in

lib/types.ts:738