Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Message

一条消息

Hierarchy

Implements

Index

Constructors

constructor

Properties

div

div: number

font

font: string

index

index: number

message

message: MessageElem[]

消息元素数组

message_id

message_id: string = ""
cqhttp

cqhttp方法用

Protected Readonly parsed

parsed: Parser

pktnum

pktnum: number

post_type

post_type: "message" = ...

Protected proto

proto: Proto

rand

rand: number

消息随机数

raw_message

raw_message: string

字符串形式的消息

Optional sender

sender?: {}

Type declaration

  • [k: string]: any

seq

seq: number

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

Optional source

source?: Quotable

引用回复

time

time: number

消息时间

user_id

user_id: number

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

deprecated

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

Accessors

nickname

  • get nickname(): string

Methods

serialize

  • serialize(): Buffer

toCqcode

  • toCqcode(): string

toString

  • toString(): string

Static combine

Static deserialize

Generated using TypeDoc