mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 02:00:13 +08:00
update proto
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,26 +1,32 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: bilibili/im/interfaces/v1.proto
|
||||
//
|
||||
// Generated from bilibili/im/interfaces/v1.proto.
|
||||
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
class MSG_LIKE_ACTION extends $pb.ProtobufEnum {
|
||||
static const MSG_LIKE_ACTION ACTION_UNSPECIFIED = MSG_LIKE_ACTION._(0, _omitEnumNames ? '' : 'ACTION_UNSPECIFIED');
|
||||
static const MSG_LIKE_ACTION ACTION_LIKE = MSG_LIKE_ACTION._(1, _omitEnumNames ? '' : 'ACTION_LIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_CANCEL_LIKE = MSG_LIKE_ACTION._(2, _omitEnumNames ? '' : 'ACTION_CANCEL_LIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_DISLIKE = MSG_LIKE_ACTION._(3, _omitEnumNames ? '' : 'ACTION_DISLIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_CANCEL_DISLIKE = MSG_LIKE_ACTION._(4, _omitEnumNames ? '' : 'ACTION_CANCEL_DISLIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_UNSPECIFIED =
|
||||
MSG_LIKE_ACTION._(0, _omitEnumNames ? '' : 'ACTION_UNSPECIFIED');
|
||||
static const MSG_LIKE_ACTION ACTION_LIKE =
|
||||
MSG_LIKE_ACTION._(1, _omitEnumNames ? '' : 'ACTION_LIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_CANCEL_LIKE =
|
||||
MSG_LIKE_ACTION._(2, _omitEnumNames ? '' : 'ACTION_CANCEL_LIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_DISLIKE =
|
||||
MSG_LIKE_ACTION._(3, _omitEnumNames ? '' : 'ACTION_DISLIKE');
|
||||
static const MSG_LIKE_ACTION ACTION_CANCEL_DISLIKE =
|
||||
MSG_LIKE_ACTION._(4, _omitEnumNames ? '' : 'ACTION_CANCEL_DISLIKE');
|
||||
|
||||
static const $core.List<MSG_LIKE_ACTION> values = <MSG_LIKE_ACTION> [
|
||||
static const $core.List<MSG_LIKE_ACTION> values = <MSG_LIKE_ACTION>[
|
||||
ACTION_UNSPECIFIED,
|
||||
ACTION_LIKE,
|
||||
ACTION_CANCEL_LIKE,
|
||||
@@ -28,47 +34,60 @@ class MSG_LIKE_ACTION extends $pb.ProtobufEnum {
|
||||
ACTION_CANCEL_DISLIKE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, MSG_LIKE_ACTION> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static MSG_LIKE_ACTION? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<MSG_LIKE_ACTION?> _byValue =
|
||||
$pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static MSG_LIKE_ACTION? valueOf($core.int value) =>
|
||||
value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const MSG_LIKE_ACTION._(super.v, super.n);
|
||||
const MSG_LIKE_ACTION._(super.value, super.name);
|
||||
}
|
||||
|
||||
class MSG_LIKE_STATE extends $pb.ProtobufEnum {
|
||||
static const MSG_LIKE_STATE STATE_UNSPECIFIED = MSG_LIKE_STATE._(0, _omitEnumNames ? '' : 'STATE_UNSPECIFIED');
|
||||
static const MSG_LIKE_STATE STATE_LIKE = MSG_LIKE_STATE._(1, _omitEnumNames ? '' : 'STATE_LIKE');
|
||||
static const MSG_LIKE_STATE STATE_DISLIKE = MSG_LIKE_STATE._(2, _omitEnumNames ? '' : 'STATE_DISLIKE');
|
||||
static const MSG_LIKE_STATE STATE_UNSPECIFIED =
|
||||
MSG_LIKE_STATE._(0, _omitEnumNames ? '' : 'STATE_UNSPECIFIED');
|
||||
static const MSG_LIKE_STATE STATE_LIKE =
|
||||
MSG_LIKE_STATE._(1, _omitEnumNames ? '' : 'STATE_LIKE');
|
||||
static const MSG_LIKE_STATE STATE_DISLIKE =
|
||||
MSG_LIKE_STATE._(2, _omitEnumNames ? '' : 'STATE_DISLIKE');
|
||||
|
||||
static const $core.List<MSG_LIKE_STATE> values = <MSG_LIKE_STATE> [
|
||||
static const $core.List<MSG_LIKE_STATE> values = <MSG_LIKE_STATE>[
|
||||
STATE_UNSPECIFIED,
|
||||
STATE_LIKE,
|
||||
STATE_DISLIKE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, MSG_LIKE_STATE> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static MSG_LIKE_STATE? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<MSG_LIKE_STATE?> _byValue =
|
||||
$pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static MSG_LIKE_STATE? valueOf($core.int value) =>
|
||||
value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const MSG_LIKE_STATE._(super.v, super.n);
|
||||
const MSG_LIKE_STATE._(super.value, super.name);
|
||||
}
|
||||
|
||||
class UpdateUnreadScope extends $pb.ProtobufEnum {
|
||||
static const UpdateUnreadScope All = UpdateUnreadScope._(0, _omitEnumNames ? '' : 'All');
|
||||
static const UpdateUnreadScope Dustbin = UpdateUnreadScope._(1, _omitEnumNames ? '' : 'Dustbin');
|
||||
static const UpdateUnreadScope Unfollowed = UpdateUnreadScope._(2, _omitEnumNames ? '' : 'Unfollowed');
|
||||
static const UpdateUnreadScope Stranger = UpdateUnreadScope._(3, _omitEnumNames ? '' : 'Stranger');
|
||||
static const UpdateUnreadScope All =
|
||||
UpdateUnreadScope._(0, _omitEnumNames ? '' : 'All');
|
||||
static const UpdateUnreadScope Dustbin =
|
||||
UpdateUnreadScope._(1, _omitEnumNames ? '' : 'Dustbin');
|
||||
static const UpdateUnreadScope Unfollowed =
|
||||
UpdateUnreadScope._(2, _omitEnumNames ? '' : 'Unfollowed');
|
||||
static const UpdateUnreadScope Stranger =
|
||||
UpdateUnreadScope._(3, _omitEnumNames ? '' : 'Stranger');
|
||||
|
||||
static const $core.List<UpdateUnreadScope> values = <UpdateUnreadScope> [
|
||||
static const $core.List<UpdateUnreadScope> values = <UpdateUnreadScope>[
|
||||
All,
|
||||
Dustbin,
|
||||
Unfollowed,
|
||||
Stranger,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, UpdateUnreadScope> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static UpdateUnreadScope? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<UpdateUnreadScope?> _byValue =
|
||||
$pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static UpdateUnreadScope? valueOf($core.int value) =>
|
||||
value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const UpdateUnreadScope._(super.v, super.n);
|
||||
const UpdateUnreadScope._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames =
|
||||
$core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: bilibili/im/interfaces/v1.proto
|
||||
//
|
||||
// Generated from bilibili/im/interfaces/v1.proto.
|
||||
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
@@ -71,8 +72,8 @@ const DummyReq$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `DummyReq`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List dummyReqDescriptor = $convert.base64Decode(
|
||||
'CghEdW1teVJlcRIQCgNpZGwYASABKAVSA2lkbA==');
|
||||
final $typed_data.Uint8List dummyReqDescriptor =
|
||||
$convert.base64Decode('CghEdW1teVJlcRIQCgNpZGwYASABKAVSA2lkbA==');
|
||||
|
||||
@$core.Deprecated('Use dummyRspDescriptor instead')
|
||||
const DummyRsp$json = {
|
||||
@@ -80,8 +81,8 @@ const DummyRsp$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `DummyRsp`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List dummyRspDescriptor = $convert.base64Decode(
|
||||
'CghEdW1teVJzcA==');
|
||||
final $typed_data.Uint8List dummyRspDescriptor =
|
||||
$convert.base64Decode('CghEdW1teVJzcA==');
|
||||
|
||||
@$core.Deprecated('Use emotionInfoDescriptor instead')
|
||||
const EmotionInfo$json = {
|
||||
@@ -135,7 +136,14 @@ final $typed_data.Uint8List getUserCosmoStateRspDescriptor = $convert.base64Deco
|
||||
const HasLikeState$json = {
|
||||
'1': 'HasLikeState',
|
||||
'2': [
|
||||
{'1': 'state', '3': 1, '4': 1, '5': 14, '6': '.bilibili.im.interfaces.v1.MSG_LIKE_STATE', '10': 'state'},
|
||||
{
|
||||
'1': 'state',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.bilibili.im.interfaces.v1.MSG_LIKE_STATE',
|
||||
'10': 'state'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -162,7 +170,14 @@ final $typed_data.Uint8List msgDetailDescriptor = $convert.base64Decode(
|
||||
const MsgFeedUnreadRsp$json = {
|
||||
'1': 'MsgFeedUnreadRsp',
|
||||
'2': [
|
||||
{'1': 'unread', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.MsgFeedUnreadRsp.UnreadEntry', '10': 'unread'},
|
||||
{
|
||||
'1': 'unread',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.MsgFeedUnreadRsp.UnreadEntry',
|
||||
'10': 'unread'
|
||||
},
|
||||
],
|
||||
'3': [MsgFeedUnreadRsp_UnreadEntry$json],
|
||||
};
|
||||
@@ -230,8 +245,8 @@ const ReqBatRmSess$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `ReqBatRmSess`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List reqBatRmSessDescriptor = $convert.base64Decode(
|
||||
'CgxSZXFCYXRSbVNlc3M=');
|
||||
final $typed_data.Uint8List reqBatRmSessDescriptor =
|
||||
$convert.base64Decode('CgxSZXFCYXRSbVNlc3M=');
|
||||
|
||||
@$core.Deprecated('Use reqCloseClearUnreadUIDescriptor instead')
|
||||
const ReqCloseClearUnreadUI$json = {
|
||||
@@ -239,8 +254,8 @@ const ReqCloseClearUnreadUI$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `ReqCloseClearUnreadUI`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List reqCloseClearUnreadUIDescriptor = $convert.base64Decode(
|
||||
'ChVSZXFDbG9zZUNsZWFyVW5yZWFkVUk=');
|
||||
final $typed_data.Uint8List reqCloseClearUnreadUIDescriptor =
|
||||
$convert.base64Decode('ChVSZXFDbG9zZUNsZWFyVW5yZWFkVUk=');
|
||||
|
||||
@$core.Deprecated('Use reqGetDiscussListInImPageDescriptor instead')
|
||||
const ReqGetDiscussListInImPage$json = {
|
||||
@@ -248,8 +263,8 @@ const ReqGetDiscussListInImPage$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `ReqGetDiscussListInImPage`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List reqGetDiscussListInImPageDescriptor = $convert.base64Decode(
|
||||
'ChlSZXFHZXREaXNjdXNzTGlzdEluSW1QYWdl');
|
||||
final $typed_data.Uint8List reqGetDiscussListInImPageDescriptor =
|
||||
$convert.base64Decode('ChlSZXFHZXREaXNjdXNzTGlzdEluSW1QYWdl');
|
||||
|
||||
@$core.Deprecated('Use reqGetMsgDescriptor instead')
|
||||
const ReqGetMsg$json = {
|
||||
@@ -257,7 +272,14 @@ const ReqGetMsg$json = {
|
||||
'2': [
|
||||
{'1': 'talker_id', '3': 1, '4': 1, '5': 3, '10': 'talkerId'},
|
||||
{'1': 'session_type', '3': 2, '4': 1, '5': 5, '10': 'sessionType'},
|
||||
{'1': 'msg_detail', '3': 3, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.MsgDetail', '10': 'msgDetail'},
|
||||
{
|
||||
'1': 'msg_detail',
|
||||
'3': 3,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.MsgDetail',
|
||||
'10': 'msgDetail'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -298,7 +320,14 @@ final $typed_data.Uint8List reqGetSessionsDescriptor = $convert.base64Decode(
|
||||
const ReqGetSpecificSessions$json = {
|
||||
'1': 'ReqGetSpecificSessions',
|
||||
'2': [
|
||||
{'1': 'talker_sessions', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.SimpleSession', '10': 'talkerSessions'},
|
||||
{
|
||||
'1': 'talker_sessions',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.SimpleSession',
|
||||
'10': 'talkerSessions'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -326,7 +355,14 @@ const ReqLikeMsg$json = {
|
||||
'1': 'ReqLikeMsg',
|
||||
'2': [
|
||||
{'1': 'msg_key', '3': 1, '4': 1, '5': 3, '10': 'msgKey'},
|
||||
{'1': 'action', '3': 2, '4': 1, '5': 14, '6': '.bilibili.im.interfaces.v1.MSG_LIKE_ACTION', '10': 'action'},
|
||||
{
|
||||
'1': 'action',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.bilibili.im.interfaces.v1.MSG_LIKE_ACTION',
|
||||
'10': 'action'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -358,8 +394,8 @@ const ReqMsgHasLike$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `ReqMsgHasLike`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List reqMsgHasLikeDescriptor = $convert.base64Decode(
|
||||
'Cg1SZXFNc2dIYXNMaWtlEhkKCG1zZ19rZXlzGAEgAygDUgdtc2dLZXlz');
|
||||
final $typed_data.Uint8List reqMsgHasLikeDescriptor = $convert
|
||||
.base64Decode('Cg1SZXFNc2dIYXNMaWtlEhkKCG1zZ19rZXlzGAEgAygDUgdtc2dLZXlz');
|
||||
|
||||
@$core.Deprecated('Use reqNewSessionsDescriptor instead')
|
||||
const ReqNewSessions$json = {
|
||||
@@ -383,7 +419,13 @@ final $typed_data.Uint8List reqNewSessionsDescriptor = $convert.base64Decode(
|
||||
const ReqRelationSync$json = {
|
||||
'1': 'ReqRelationSync',
|
||||
'2': [
|
||||
{'1': 'client_relation_oplog_seqno', '3': 1, '4': 1, '5': 3, '10': 'clientRelationOplogSeqno'},
|
||||
{
|
||||
'1': 'client_relation_oplog_seqno',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'clientRelationOplogSeqno'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -413,7 +455,14 @@ final $typed_data.Uint8List reqRemoveSessionDescriptor = $convert.base64Decode(
|
||||
const ReqSendMsg$json = {
|
||||
'1': 'ReqSendMsg',
|
||||
'2': [
|
||||
{'1': 'msg', '3': 1, '4': 1, '5': 11, '6': '.bilibili.im.type.Msg', '10': 'msg'},
|
||||
{
|
||||
'1': 'msg',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.Msg',
|
||||
'10': 'msg'
|
||||
},
|
||||
{'1': 'cookie', '3': 2, '4': 1, '5': 9, '10': 'cookie'},
|
||||
{'1': 'cookie2', '3': 3, '4': 1, '5': 9, '10': 'cookie2'},
|
||||
{'1': 'error_code', '3': 4, '4': 1, '5': 5, '10': 'errorCode'},
|
||||
@@ -446,7 +495,14 @@ final $typed_data.Uint8List reqSessionDetailDescriptor = $convert.base64Decode(
|
||||
const ReqSessionDetails$json = {
|
||||
'1': 'ReqSessionDetails',
|
||||
'2': [
|
||||
{'1': 'sess_ids', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.ReqSessionDetail', '10': 'sessIds'},
|
||||
{
|
||||
'1': 'sess_ids',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.ReqSessionDetail',
|
||||
'10': 'sessIds'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -518,7 +574,13 @@ const ReqShowClearUnreadUI$json = {
|
||||
'1': 'ReqShowClearUnreadUI',
|
||||
'2': [
|
||||
{'1': 'unread_type', '3': 1, '4': 1, '5': 5, '10': 'unreadType'},
|
||||
{'1': 'show_unfollow_list', '3': 2, '4': 1, '5': 5, '10': 'showUnfollowList'},
|
||||
{
|
||||
'1': 'show_unfollow_list',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 5,
|
||||
'10': 'showUnfollowList'
|
||||
},
|
||||
{'1': 'show_dustbin', '3': 4, '4': 1, '5': 5, '10': 'showDustbin'},
|
||||
],
|
||||
};
|
||||
@@ -534,7 +596,13 @@ const ReqSingleUnread$json = {
|
||||
'1': 'ReqSingleUnread',
|
||||
'2': [
|
||||
{'1': 'unread_type', '3': 1, '4': 1, '5': 5, '10': 'unreadType'},
|
||||
{'1': 'show_unfollow_list', '3': 2, '4': 1, '5': 5, '10': 'showUnfollowList'},
|
||||
{
|
||||
'1': 'show_unfollow_list',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 5,
|
||||
'10': 'showUnfollowList'
|
||||
},
|
||||
{'1': 'uid', '3': 3, '4': 1, '5': 3, '10': 'uid'},
|
||||
{'1': 'show_dustbin', '3': 4, '4': 1, '5': 5, '10': 'showDustbin'},
|
||||
],
|
||||
@@ -550,7 +618,14 @@ final $typed_data.Uint8List reqSingleUnreadDescriptor = $convert.base64Decode(
|
||||
const ReqSpecificSingleUnread$json = {
|
||||
'1': 'ReqSpecificSingleUnread',
|
||||
'2': [
|
||||
{'1': 'talker_sessions', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.SimpleSession', '10': 'talkerSessions'},
|
||||
{
|
||||
'1': 'talker_sessions',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.SimpleSession',
|
||||
'10': 'talkerSessions'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -576,7 +651,13 @@ const ReqTotalUnread$json = {
|
||||
'1': 'ReqTotalUnread',
|
||||
'2': [
|
||||
{'1': 'unread_type', '3': 1, '4': 1, '5': 5, '10': 'unreadType'},
|
||||
{'1': 'show_unfollow_list', '3': 2, '4': 1, '5': 5, '10': 'showUnfollowList'},
|
||||
{
|
||||
'1': 'show_unfollow_list',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 5,
|
||||
'10': 'showUnfollowList'
|
||||
},
|
||||
{'1': 'uid', '3': 3, '4': 1, '5': 3, '10': 'uid'},
|
||||
{'1': 'show_dustbin', '3': 4, '4': 1, '5': 5, '10': 'showDustbin'},
|
||||
{'1': 'singleunread_on', '3': 5, '4': 1, '5': 5, '10': 'singleunreadOn'},
|
||||
@@ -627,7 +708,14 @@ final $typed_data.Uint8List reqUpdateInterceptDescriptor = $convert.base64Decode
|
||||
const ReqUpdateTotalUnread$json = {
|
||||
'1': 'ReqUpdateTotalUnread',
|
||||
'2': [
|
||||
{'1': 'scope', '3': 1, '4': 1, '5': 14, '6': '.bilibili.im.interfaces.v1.UpdateUnreadScope', '10': 'scope'},
|
||||
{
|
||||
'1': 'scope',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 14,
|
||||
'6': '.bilibili.im.interfaces.v1.UpdateUnreadScope',
|
||||
'10': 'scope'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -642,14 +730,21 @@ const RspCloseClearUnreadUI$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `RspCloseClearUnreadUI`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List rspCloseClearUnreadUIDescriptor = $convert.base64Decode(
|
||||
'ChVSc3BDbG9zZUNsZWFyVW5yZWFkVUk=');
|
||||
final $typed_data.Uint8List rspCloseClearUnreadUIDescriptor =
|
||||
$convert.base64Decode('ChVSc3BDbG9zZUNsZWFyVW5yZWFkVUk=');
|
||||
|
||||
@$core.Deprecated('Use rspGetDiscussListInImPageDescriptor instead')
|
||||
const RspGetDiscussListInImPage$json = {
|
||||
'1': 'RspGetDiscussListInImPage',
|
||||
'2': [
|
||||
{'1': 'discuss_list', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.SingleDiscussInImPage', '10': 'discussList'},
|
||||
{
|
||||
'1': 'discuss_list',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.SingleDiscussInImPage',
|
||||
'10': 'discussList'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -663,7 +758,14 @@ final $typed_data.Uint8List rspGetDiscussListInImPageDescriptor = $convert.base6
|
||||
const RspGetMsg$json = {
|
||||
'1': 'RspGetMsg',
|
||||
'2': [
|
||||
{'1': 'msg', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.type.Msg', '10': 'msg'},
|
||||
{
|
||||
'1': 'msg',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.Msg',
|
||||
'10': 'msg'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -689,7 +791,14 @@ final $typed_data.Uint8List rspLiveInfoDescriptor = $convert.base64Decode(
|
||||
const RspMsgHasLike$json = {
|
||||
'1': 'RspMsgHasLike',
|
||||
'2': [
|
||||
{'1': 'states', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.RspMsgHasLike.StatesEntry', '10': 'states'},
|
||||
{
|
||||
'1': 'states',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.RspMsgHasLike.StatesEntry',
|
||||
'10': 'states'
|
||||
},
|
||||
],
|
||||
'3': [RspMsgHasLike_StatesEntry$json],
|
||||
};
|
||||
@@ -699,7 +808,14 @@ const RspMsgHasLike_StatesEntry$json = {
|
||||
'1': 'StatesEntry',
|
||||
'2': [
|
||||
{'1': 'key', '3': 1, '4': 1, '5': 3, '10': 'key'},
|
||||
{'1': 'value', '3': 2, '4': 1, '5': 11, '6': '.bilibili.im.interfaces.v1.HasLikeState', '10': 'value'},
|
||||
{
|
||||
'1': 'value',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.HasLikeState',
|
||||
'10': 'value'
|
||||
},
|
||||
],
|
||||
'7': {'7': true},
|
||||
};
|
||||
@@ -728,10 +844,37 @@ const RspRelationSync$json = {
|
||||
'1': 'RspRelationSync',
|
||||
'2': [
|
||||
{'1': 'full', '3': 1, '4': 1, '5': 5, '10': 'full'},
|
||||
{'1': 'relation_logs', '3': 2, '4': 3, '5': 11, '6': '.bilibili.im.type.RelationLog', '10': 'relationLogs'},
|
||||
{'1': 'friend_list', '3': 3, '4': 3, '5': 11, '6': '.bilibili.im.type.FriendRelation', '10': 'friendList'},
|
||||
{'1': 'server_relation_oplog_seqno', '3': 4, '4': 1, '5': 3, '10': 'serverRelationOplogSeqno'},
|
||||
{'1': 'group_list', '3': 5, '4': 3, '5': 11, '6': '.bilibili.im.type.GroupRelation', '10': 'groupList'},
|
||||
{
|
||||
'1': 'relation_logs',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.RelationLog',
|
||||
'10': 'relationLogs'
|
||||
},
|
||||
{
|
||||
'1': 'friend_list',
|
||||
'3': 3,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.FriendRelation',
|
||||
'10': 'friendList'
|
||||
},
|
||||
{
|
||||
'1': 'server_relation_oplog_seqno',
|
||||
'3': 4,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'serverRelationOplogSeqno'
|
||||
},
|
||||
{
|
||||
'1': 'group_list',
|
||||
'3': 5,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.GroupRelation',
|
||||
'10': 'groupList'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -749,10 +892,31 @@ const RspSendMsg$json = {
|
||||
'1': 'RspSendMsg',
|
||||
'2': [
|
||||
{'1': 'msg_key', '3': 1, '4': 1, '5': 3, '10': 'msgKey'},
|
||||
{'1': 'e_infos', '3': 2, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.EmotionInfo', '10': 'eInfos'},
|
||||
{
|
||||
'1': 'e_infos',
|
||||
'3': 2,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.EmotionInfo',
|
||||
'10': 'eInfos'
|
||||
},
|
||||
{'1': 'msg_content', '3': 3, '4': 1, '5': 9, '10': 'msgContent'},
|
||||
{'1': 'key_hit_infos', '3': 4, '4': 1, '5': 11, '6': '.bilibili.im.type.KeyHitInfos', '10': 'keyHitInfos'},
|
||||
{'1': 'rich_text_msg_content', '3': 5, '4': 1, '5': 11, '6': '.bilibili.im.type.RichTextMsgContent', '10': 'richTextMsgContent'},
|
||||
{
|
||||
'1': 'key_hit_infos',
|
||||
'3': 4,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.KeyHitInfos',
|
||||
'10': 'keyHitInfos'
|
||||
},
|
||||
{
|
||||
'1': 'rich_text_msg_content',
|
||||
'3': 5,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.RichTextMsgContent',
|
||||
'10': 'richTextMsgContent'
|
||||
},
|
||||
{'1': 'seqno', '3': 6, '4': 1, '5': 3, '10': 'seqno'},
|
||||
],
|
||||
};
|
||||
@@ -770,7 +934,14 @@ final $typed_data.Uint8List rspSendMsgDescriptor = $convert.base64Decode(
|
||||
const RspSessionDetails$json = {
|
||||
'1': 'RspSessionDetails',
|
||||
'2': [
|
||||
{'1': 'sess_infos', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.type.SessionInfo', '10': 'sessInfos'},
|
||||
{
|
||||
'1': 'sess_infos',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.SessionInfo',
|
||||
'10': 'sessInfos'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -783,11 +954,25 @@ final $typed_data.Uint8List rspSessionDetailsDescriptor = $convert.base64Decode(
|
||||
const RspSessionMsg$json = {
|
||||
'1': 'RspSessionMsg',
|
||||
'2': [
|
||||
{'1': 'messages', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.type.Msg', '10': 'messages'},
|
||||
{
|
||||
'1': 'messages',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.Msg',
|
||||
'10': 'messages'
|
||||
},
|
||||
{'1': 'has_more', '3': 2, '4': 1, '5': 5, '10': 'hasMore'},
|
||||
{'1': 'min_seqno', '3': 3, '4': 1, '5': 3, '10': 'minSeqno'},
|
||||
{'1': 'max_seqno', '3': 4, '4': 1, '5': 3, '10': 'maxSeqno'},
|
||||
{'1': 'e_infos', '3': 5, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.EmotionInfo', '10': 'eInfos'},
|
||||
{
|
||||
'1': 'e_infos',
|
||||
'3': 5,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.EmotionInfo',
|
||||
'10': 'eInfos'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -802,11 +987,37 @@ final $typed_data.Uint8List rspSessionMsgDescriptor = $convert.base64Decode(
|
||||
const RspSessions$json = {
|
||||
'1': 'RspSessions',
|
||||
'2': [
|
||||
{'1': 'session_list', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.type.SessionInfo', '10': 'sessionList'},
|
||||
{
|
||||
'1': 'session_list',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.type.SessionInfo',
|
||||
'10': 'sessionList'
|
||||
},
|
||||
{'1': 'has_more', '3': 2, '4': 1, '5': 5, '10': 'hasMore'},
|
||||
{'1': 'anti_disturb_cleaning', '3': 3, '4': 1, '5': 8, '10': 'antiDisturbCleaning'},
|
||||
{'1': 'is_address_list_empty', '3': 4, '4': 1, '5': 5, '10': 'isAddressListEmpty'},
|
||||
{'1': 'system_msg', '3': 5, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.RspSessions.SystemMsgEntry', '10': 'systemMsg'},
|
||||
{
|
||||
'1': 'anti_disturb_cleaning',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 8,
|
||||
'10': 'antiDisturbCleaning'
|
||||
},
|
||||
{
|
||||
'1': 'is_address_list_empty',
|
||||
'3': 4,
|
||||
'4': 1,
|
||||
'5': 5,
|
||||
'10': 'isAddressListEmpty'
|
||||
},
|
||||
{
|
||||
'1': 'system_msg',
|
||||
'3': 5,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.RspSessions.SystemMsgEntry',
|
||||
'10': 'systemMsg'
|
||||
},
|
||||
{'1': 'show_level', '3': 6, '4': 1, '5': 8, '10': 'showLevel'},
|
||||
],
|
||||
'3': [RspSessions_SystemMsgEntry$json],
|
||||
@@ -837,8 +1048,21 @@ final $typed_data.Uint8List rspSessionsDescriptor = $convert.base64Decode(
|
||||
const RspShareList$json = {
|
||||
'1': 'RspShareList',
|
||||
'2': [
|
||||
{'1': 'session_list', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.ShareSessionInfo', '10': 'sessionList'},
|
||||
{'1': 'is_address_list_empty', '3': 2, '4': 1, '5': 5, '10': 'isAddressListEmpty'},
|
||||
{
|
||||
'1': 'session_list',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.ShareSessionInfo',
|
||||
'10': 'sessionList'
|
||||
},
|
||||
{
|
||||
'1': 'is_address_list_empty',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 5,
|
||||
'10': 'isAddressListEmpty'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -871,8 +1095,20 @@ const RspSingleUnread$json = {
|
||||
{'1': 'unfollow_push_msg', '3': 3, '4': 1, '5': 5, '10': 'unfollowPushMsg'},
|
||||
{'1': 'dustbin_push_msg', '3': 4, '4': 1, '5': 5, '10': 'dustbinPushMsg'},
|
||||
{'1': 'dustbin_unread', '3': 5, '4': 1, '5': 3, '10': 'dustbinUnread'},
|
||||
{'1': 'biz_msg_unfollow_unread', '3': 6, '4': 1, '5': 3, '10': 'bizMsgUnfollowUnread'},
|
||||
{'1': 'biz_msg_follow_unread', '3': 7, '4': 1, '5': 3, '10': 'bizMsgFollowUnread'},
|
||||
{
|
||||
'1': 'biz_msg_unfollow_unread',
|
||||
'3': 6,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'bizMsgUnfollowUnread'
|
||||
},
|
||||
{
|
||||
'1': 'biz_msg_follow_unread',
|
||||
'3': 7,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'bizMsgFollowUnread'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -889,7 +1125,15 @@ final $typed_data.Uint8List rspSingleUnreadDescriptor = $convert.base64Decode(
|
||||
const RspSpecificSingleUnread$json = {
|
||||
'1': 'RspSpecificSingleUnread',
|
||||
'2': [
|
||||
{'1': 'talker_unread_cnt', '3': 1, '4': 3, '5': 11, '6': '.bilibili.im.interfaces.v1.RspSpecificSingleUnread.TalkerUnreadCntEntry', '10': 'talkerUnreadCnt'},
|
||||
{
|
||||
'1': 'talker_unread_cnt',
|
||||
'3': 1,
|
||||
'4': 3,
|
||||
'5': 11,
|
||||
'6':
|
||||
'.bilibili.im.interfaces.v1.RspSpecificSingleUnread.TalkerUnreadCntEntry',
|
||||
'10': 'talkerUnreadCnt'
|
||||
},
|
||||
{'1': 'all_unread_cnt', '3': 2, '4': 1, '5': 3, '10': 'allUnreadCnt'},
|
||||
],
|
||||
'3': [RspSpecificSingleUnread_TalkerUnreadCntEntry$json],
|
||||
@@ -919,19 +1163,47 @@ const RspSyncAck$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `RspSyncAck`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List rspSyncAckDescriptor = $convert.base64Decode(
|
||||
'CgpSc3BTeW5jQWNr');
|
||||
final $typed_data.Uint8List rspSyncAckDescriptor =
|
||||
$convert.base64Decode('CgpSc3BTeW5jQWNr');
|
||||
|
||||
@$core.Deprecated('Use rspTotalUnreadDescriptor instead')
|
||||
const RspTotalUnread$json = {
|
||||
'1': 'RspTotalUnread',
|
||||
'2': [
|
||||
{'1': 'session_single_unread', '3': 1, '4': 1, '5': 11, '6': '.bilibili.im.interfaces.v1.SessionSingleUnreadRsp', '10': 'sessionSingleUnread'},
|
||||
{'1': 'msg_feed_unread', '3': 2, '4': 1, '5': 11, '6': '.bilibili.im.interfaces.v1.MsgFeedUnreadRsp', '10': 'msgFeedUnread'},
|
||||
{'1': 'sys_msg_interface_last_msg', '3': 3, '4': 1, '5': 11, '6': '.bilibili.im.interfaces.v1.SysMsgInterfaceLastMsgRsp', '10': 'sysMsgInterfaceLastMsg'},
|
||||
{
|
||||
'1': 'session_single_unread',
|
||||
'3': 1,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.SessionSingleUnreadRsp',
|
||||
'10': 'sessionSingleUnread'
|
||||
},
|
||||
{
|
||||
'1': 'msg_feed_unread',
|
||||
'3': 2,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.MsgFeedUnreadRsp',
|
||||
'10': 'msgFeedUnread'
|
||||
},
|
||||
{
|
||||
'1': 'sys_msg_interface_last_msg',
|
||||
'3': 3,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.SysMsgInterfaceLastMsgRsp',
|
||||
'10': 'sysMsgInterfaceLastMsg'
|
||||
},
|
||||
{'1': 'total_unread', '3': 4, '4': 1, '5': 5, '10': 'totalUnread'},
|
||||
{'1': 'custom_unread', '3': 5, '4': 1, '5': 3, '10': 'customUnread'},
|
||||
{'1': 'new_total_unread', '3': 6, '4': 1, '5': 11, '6': '.bilibili.im.interfaces.v1.NewTotalUnread', '10': 'newTotalUnread'},
|
||||
{
|
||||
'1': 'new_total_unread',
|
||||
'3': 6,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.bilibili.im.interfaces.v1.NewTotalUnread',
|
||||
'10': 'newTotalUnread'
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
@@ -953,8 +1225,8 @@ const RspUpdateTotalUnread$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `RspUpdateTotalUnread`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List rspUpdateTotalUnreadDescriptor = $convert.base64Decode(
|
||||
'ChRSc3BVcGRhdGVUb3RhbFVucmVhZA==');
|
||||
final $typed_data.Uint8List rspUpdateTotalUnreadDescriptor =
|
||||
$convert.base64Decode('ChRSc3BVcGRhdGVUb3RhbFVucmVhZA==');
|
||||
|
||||
@$core.Deprecated('Use sessionSingleUnreadRspDescriptor instead')
|
||||
const SessionSingleUnreadRsp$json = {
|
||||
@@ -965,8 +1237,20 @@ const SessionSingleUnreadRsp$json = {
|
||||
{'1': 'unfollow_push_msg', '3': 3, '4': 1, '5': 5, '10': 'unfollowPushMsg'},
|
||||
{'1': 'dustbin_push_msg', '3': 4, '4': 1, '5': 5, '10': 'dustbinPushMsg'},
|
||||
{'1': 'dustbin_unread', '3': 5, '4': 1, '5': 3, '10': 'dustbinUnread'},
|
||||
{'1': 'biz_msg_unfollow_unread', '3': 6, '4': 1, '5': 3, '10': 'bizMsgUnfollowUnread'},
|
||||
{'1': 'biz_msg_follow_unread', '3': 7, '4': 1, '5': 3, '10': 'bizMsgFollowUnread'},
|
||||
{
|
||||
'1': 'biz_msg_unfollow_unread',
|
||||
'3': 6,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'bizMsgUnfollowUnread'
|
||||
},
|
||||
{
|
||||
'1': 'biz_msg_follow_unread',
|
||||
'3': 7,
|
||||
'4': 1,
|
||||
'5': 3,
|
||||
'10': 'bizMsgFollowUnread'
|
||||
},
|
||||
{'1': 'huahuo_unread', '3': 8, '4': 1, '5': 3, '10': 'huahuoUnread'},
|
||||
{'1': 'custom_unread', '3': 9, '4': 1, '5': 3, '10': 'customUnread'},
|
||||
],
|
||||
@@ -1076,6 +1360,6 @@ const UpdateUserCosmoStateRsp$json = {
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateUserCosmoStateRsp`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateUserCosmoStateRspDescriptor = $convert.base64Decode(
|
||||
'ChdVcGRhdGVVc2VyQ29zbW9TdGF0ZVJzcBISCgR0ZXh0GAEgASgJUgR0ZXh0');
|
||||
|
||||
final $typed_data.Uint8List updateUserCosmoStateRspDescriptor =
|
||||
$convert.base64Decode(
|
||||
'ChdVcGRhdGVVc2VyQ29zbW9TdGF0ZVJzcBISCgR0ZXh0GAEgASgJUgR0ZXh0');
|
||||
|
||||
Reference in New Issue
Block a user