public abstract class BaseGroupEvent extends Object implements GroupEvent
| Constructor and Description |
|---|
BaseGroupEvent(RawMessage message,
com.alibaba.fastjson.JSONObject jo,
Bot bot) |
| Modifier and Type | Method and Description |
|---|---|
Bot |
getBot()
事件所在bot
|
Group |
getGroup() |
String |
getGroupId() |
String |
getId()
事件id
|
com.alibaba.fastjson.JSONObject |
getMetadata()
获得元数据
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGroupOpenIdgetClassNamepublic BaseGroupEvent(RawMessage message, com.alibaba.fastjson.JSONObject jo, Bot bot)
public com.alibaba.fastjson.JSONObject getMetadata()
EventgetMetadata in interface Eventpublic Group getGroup()
getGroup in interface GroupEventpublic String getGroupId()
getGroupId in interface GroupEventCopyright © 2024. All rights reserved.