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