Class GroupAdminNoticeEvent
-
- All Implemented Interfaces:
public final class GroupAdminNoticeEvent extends NoticeEvent
-
-
Constructor Summary
Constructors Constructor Description GroupAdminNoticeEvent()
-
Method Summary
Modifier and Type Method Description final StringgetSubType()set、unset 事件子类型, 分别表示设置和取消管理 final UnitsetSubType(@SerializedName(value = "sub_type") String subType)set、unset 事件子类型, 分别表示设置和取消管理 final LonggetGroupId()群号 final UnitsetGroupId(@SerializedName(value = "group_id") Long groupId)群号 -
Methods inherited from class cn.evolvefield.onebot.sdk.event.notice.NoticeEvent
getNoticeType, getUserId, setNoticeType, setUserId -
Methods inherited from class cn.evolvefield.onebot.sdk.event.Event
getPostType, getSelfId, getTime, setPostType, setSelfId, setTime, time, timeInSecond -
Methods inherited from class cn.evolvefield.onebot.sdk.action.JsonContainer
getJson -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSubType
final String getSubType()
set、unset 事件子类型, 分别表示设置和取消管理
-
setSubType
final Unit setSubType(@SerializedName(value = "sub_type") String subType)
set、unset 事件子类型, 分别表示设置和取消管理
-
getGroupId
final Long getGroupId()
群号
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
群号
-
-
-
-