Video
data class Video(val raw: MediaSource, val width: Int, val height: Int, val duration: Long, val thumb: MediaSource, val thumbFormat: ImageFormat) : BotOutgoingSegment(source)
视频消息段
Constructors
Link copied to clipboard
constructor(raw: MediaSource, width: Int, height: Int, duration: Long, thumb: MediaSource, thumbFormat: ImageFormat)