Class DiscussMessage

一条讨论组消息

Hierarchy (view full)

Constructors

Properties

atme: boolean

是否AT我

body: Proto
discuss_id: number

讨论组号

discuss_name: string

组名

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

消息元素数组

message_id: string = ""

cqhttp方法用

message_type: "discuss" = ...
msg_id: bigint

消息id

nt: boolean

是否nt版本消息

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

消息随机数

raw_message: string

字符串形式的消息

sender: {
    card: string;
    nickname: string;
    user_id: number;
}

发送方信息

Type declaration

  • card: string

    名片

  • nickname: string

    昵称

  • user_id: number

    账号

seq: number

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

source?: Quotable

引用回复

time: number

消息时间

uid: string

发送者uid

user_id: number

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

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

Accessors

  • get nickname(): string
  • 发送方昵称,仅供内部转发消息时使用

    Returns string

Methods