Video

class Video(val fileId: String, val duration: Int, val width: Int, val height: Int) : BotIncomingSegment(source)

视频消息段

Constructors

Link copied to clipboard
constructor(fileId: String, duration: Int, width: Int, height: Int)

Properties

Link copied to clipboard

视频的时长(秒)

Link copied to clipboard

视频的文件 ID

Link copied to clipboard
val height: Int

视频的高度

Link copied to clipboard
val width: Int

视频的宽度

Functions

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