Face

data class Face(val faceId: Int) : BotEssenceSegment(source)

表情消息段

Constructors

Link copied to clipboard
constructor(faceId: Int)

Properties

Link copied to clipboard
val faceId: Int

表情 ID

Functions

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