Face

class Face(val faceId: Int, val summary: String, val isLarge: Boolean) : BotIncomingSegment(source)

表情消息段

Constructors

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

Properties

Link copied to clipboard
val faceId: Int

表情 ID

Link copied to clipboard

是否为超级表情

Link copied to clipboard

表情的文本描述

Functions

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