Class MessageAbstract

一条消息

Hierarchy (view full)

Implements

Constructors

Properties

body: Proto
div: number
font: string
frag: Proto
head: Proto
index: number
info: Proto
message: MessageElem[]

消息元素数组

message_id: string = ""

cqhttp方法用

msg_id: bigint

消息id

nt: boolean

是否nt版本消息

parsed: Parser
pktnum: number
post_type: "message" = ...
proto: Proto
rand: number

消息随机数

raw_message: string

字符串形式的消息

sender?: {
    [k: string]: any;
}

发送方

seq: number

消息编号,在群消息中是唯一的 (私聊消息建议至少使用time,seq,rand中的两个判断唯一性)

source?: Quotable

引用回复

time: number

消息时间

uid: string

发送者uid

user_id: number

该值永远指向消息发送者。 对于私聊消息,请使用from_idto_id来确定发送者和接收者。 建议使用 sender.user_id

未来会改为访问器,仅供内部转发消息时使用。

Accessors

Methods