Class GroupEssenceNoticeEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSubType() add,delete 添加为add,移出为delete
      final Unit setSubType(@SerializedName(value = "sub_type") String subType) add,delete 添加为add,移出为delete
      final Long getSenderId() 消息发送者ID
      final Unit setSenderId(@SerializedName(value = "sender_id") Long senderId) 消息发送者ID
      final Long getOperatorId() 操作者ID
      final Unit setOperatorId(@SerializedName(value = "operator_id") Long operatorId) 操作者ID
      final Integer getMessageId() 消息ID
      final Unit setMessageId(@SerializedName(value = "message_id") Integer messageId) 消息ID
      final Long getGroupId() 群号
      final Unit setGroupId(@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