OtherClientMessageEvent
class OtherClientMessageEvent(client: OtherClient, message: MessageChain, time: Int) : AbstractMessageEvent, MessageEvent, OtherClientEvent
Content copied to clipboard
机器人收到的其他客户端消息的事件
See also
Constructors
OtherClientMessageEvent
Link copied to clipboard
fun OtherClientMessageEvent(client: OtherClient, message: MessageChain, time: Int)
Content copied to clipboard
Functions
Properties
client
Link copied to clipboard
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
message
Link copied to clipboard
senderName
Link copied to clipboard
发送人名称. 由群员发送时为群员名片, 由好友发送时为好友昵称. 使用 User.nameCardOrNick 也能得到相同的结果.
source
Link copied to clipboard
为简化处理, 其他客户端消息的 MessageSource 被作为 OnlineMessageSource.Incoming.FromFriend.
subject
Link copied to clipboard