EventAdapter.OnSelfPrivateMessage event

bot发送私聊消息事件

public event EventAsyncCallBackHandler<PrivateMessageEventArgs> OnSelfPrivateMessage;

See Also