line_bot v0.1.0 LineBot.Message.Video View Source

Represents a Video message.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Video{
  originalContentUrl: String.t(),
  previewImageUrl: String.t(),
  quickReply: LineBot.Message.QuickReply.t() | nil,
  type: :video
}