程序包 onebot
接口 OnebotEvent.FriendRecallNoticeEventOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
- 封闭类:
- OnebotEvent
public static interface OnebotEvent.FriendRecallNoticeEventOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
方法概要
修饰符和类型 方法 说明 longgetMessageId()int64 message_id = 6;java.lang.StringgetNoticeType()string notice_type = 4;com.google.protobuf.ByteStringgetNoticeTypeBytes()string notice_type = 4;java.lang.StringgetPostType()string post_type = 3;com.google.protobuf.ByteStringgetPostTypeBytes()string post_type = 3;longgetSelfId()int64 self_id = 2;longgetTime()int64 time = 1;longgetUserId()int64 user_id = 5;
-
方法详细资料
-
getTime
long getTime()int64 time = 1; -
getSelfId
long getSelfId()int64 self_id = 2; -
getPostType
java.lang.String getPostType()string post_type = 3; -
getPostTypeBytes
com.google.protobuf.ByteString getPostTypeBytes()string post_type = 3; -
getNoticeType
java.lang.String getNoticeType()string notice_type = 4; -
getNoticeTypeBytes
com.google.protobuf.ByteString getNoticeTypeBytes()string notice_type = 4; -
getUserId
long getUserId()int64 user_id = 5; -
getMessageId
long getMessageId()int64 message_id = 6;
-