Class GroupMsgDeleteNoticeEvent
-
- All Implemented Interfaces:
public final class GroupMsgDeleteNoticeEvent extends NoticeEvent
-
-
Constructor Summary
Constructors Constructor Description GroupMsgDeleteNoticeEvent()
-
Method Summary
Modifier and Type Method Description final LonggetGroupId()final UnitsetGroupId(@SerializedName(value = "group_id") Long groupId)final LonggetOperatorId()final UnitsetOperatorId(@SerializedName(value = "operator_id") Long operatorId)final LonggetMsgId()final UnitsetMsgId(@SerializedName(value = "message_id") Long msgId)-
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
-
getGroupId
final Long getGroupId()
-
setGroupId
final Unit setGroupId(@SerializedName(value = "group_id") Long groupId)
-
getOperatorId
final Long getOperatorId()
-
setOperatorId
final Unit setOperatorId(@SerializedName(value = "operator_id") Long operatorId)
-
-
-
-