Video

data class Video(val thumbnailUrl: String) : BotEssenceSegment(source)

视频消息段

Constructors

Link copied to clipboard
constructor(thumbnailUrl: String)

Properties

Link copied to clipboard

视频封面 URL

Functions

Link copied to clipboard
open override fun toString(): String