pub fn is_private_msg(event: &Value) -> bool
判断一个事件是否为私聊消息。
event
如果事件是私聊消息则返回true,否则返回false
true
false