Face

data class Face(val faceId: Int, val isLarge: Boolean) : BotOutgoingSegment(source)

表情消息段

Constructors

Link copied to clipboard
constructor(faceId: Int, isLarge: Boolean)

Properties

Link copied to clipboard
val faceId: Int

表情 ID

Link copied to clipboard

是否为超级表情

Functions

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