public abstract class BaseFriendEvent extends Object implements FriendEvent
| Constructor and Description |
|---|
BaseFriendEvent(RawMessage message,
com.alibaba.fastjson.JSONObject jo,
Bot bot) |
| Modifier and Type | Method and Description |
|---|---|
Bot |
getBot()
事件所在bot
|
Friend |
getFriend()
get friend
|
String |
getId()
事件id
|
com.alibaba.fastjson.JSONObject |
getMetadata()
获得元数据
|
String |
getOpenId()
所处环境 openid 可能是 user openid 或 group openid
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassNamepublic BaseFriendEvent(RawMessage message, com.alibaba.fastjson.JSONObject jo, Bot bot)
public com.alibaba.fastjson.JSONObject getMetadata()
EventgetMetadata in interface Eventpublic Friend getFriend()
FriendEventgetFriend in interface FriendEventpublic String getOpenId()
V2EventCopyright © 2024. All rights reserved.