Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Mirai
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Mirai
Commits
b5590996
Commit
b5590996
authored
Feb 12, 2020
by
Him188
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set proper property type
parent
e3241654
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
...mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
+12
-12
No files found.
mirai-core-qqandroid/src/commonMain/kotlin/net/mamoe/mirai/qqandroid/network/protocol/data/proto/OIDB.kt
View file @
b5590996
...
...
@@ -180,32 +180,32 @@ class Oidb0x88d : ProtoBuf {
@SerialId
(
12
)
val
groupDefaultPage
:
Int
?
=
null
,
@SerialId
(
13
)
val
groupInfoSeq
:
Int
?
=
null
,
@SerialId
(
14
)
val
groupRoamingTime
:
Int
?
=
null
,
@SerialId
(
15
)
val
ingGroupName
:
ByteArray
?
=
null
,
@SerialId
(
16
)
val
ingGroupMemo
:
ByteArray
?
=
null
,
@SerialId
(
17
)
val
ingGroupFingerMemo
:
ByteArray
?
=
null
,
@SerialId
(
18
)
val
ingGroupClassText
:
ByteArray
?
=
null
,
@SerialId
(
15
)
val
groupName
:
String
?
=
null
,
@SerialId
(
16
)
val
groupMemo
:
String
?
=
null
,
@SerialId
(
17
)
val
ingGroupFingerMemo
:
String
?
=
null
,
@SerialId
(
18
)
val
ingGroupClassText
:
String
?
=
null
,
@SerialId
(
19
)
val
groupAllianceCode
:
List
<
Int
>?
=
null
,
@SerialId
(
20
)
val
groupExtraAdmNum
:
Int
?
=
null
,
@SerialId
(
21
)
va
l
groupUin
:
Long
?
=
null
,
@SerialId
(
21
)
va
r
groupUin
:
Long
?
=
null
,
@SerialId
(
22
)
val
groupCurMsgSeq
:
Int
?
=
null
,
@SerialId
(
23
)
val
groupLastMsgTime
:
Int
?
=
null
,
@SerialId
(
24
)
val
ingGroupQuestion
:
ByteArray
?
=
null
,
@SerialId
(
25
)
val
ingGroupAnswer
:
ByteArray
?
=
null
,
@SerialId
(
24
)
val
ingGroupQuestion
:
String
?
=
null
,
@SerialId
(
25
)
val
ingGroupAnswer
:
String
?
=
null
,
@SerialId
(
26
)
val
groupVisitorMaxNum
:
Int
?
=
null
,
@SerialId
(
27
)
val
groupVisitorCurNum
:
Int
?
=
null
,
@SerialId
(
28
)
val
levelNameSeq
:
Int
?
=
null
,
@SerialId
(
29
)
val
groupAdminMaxNum
:
Int
?
=
null
,
@SerialId
(
30
)
val
groupAioSkinTimestamp
:
Int
?
=
null
,
@SerialId
(
31
)
val
groupBoardSkinTimestamp
:
Int
?
=
null
,
@SerialId
(
32
)
val
ingGroupAioSkinUrl
:
ByteArray
?
=
null
,
@SerialId
(
33
)
val
ingGroupBoardSkinUrl
:
ByteArray
?
=
null
,
@SerialId
(
32
)
val
ingGroupAioSkinUrl
:
String
?
=
null
,
@SerialId
(
33
)
val
ingGroupBoardSkinUrl
:
String
?
=
null
,
@SerialId
(
34
)
val
groupCoverSkinTimestamp
:
Int
?
=
null
,
@SerialId
(
35
)
val
ingGroupCoverSkinUrl
:
ByteArray
?
=
null
,
@SerialId
(
35
)
val
ingGroupCoverSkinUrl
:
String
?
=
null
,
@SerialId
(
36
)
val
groupGrade
:
Int
?
=
null
,
@SerialId
(
37
)
val
activeMemberNum
:
Int
?
=
null
,
@SerialId
(
38
)
val
certificationType
:
Int
?
=
null
,
@SerialId
(
39
)
val
ingCertificationText
:
ByteArray
?
=
null
,
@SerialId
(
40
)
val
ingGroupRichFingerMemo
:
ByteArray
?
=
null
,
@SerialId
(
39
)
val
ingCertificationText
:
String
?
=
null
,
@SerialId
(
40
)
val
ingGroupRichFingerMemo
:
String
?
=
null
,
@SerialId
(
41
)
val
tagRecord
:
List
<
TagRecord
>?
=
null
,
@SerialId
(
42
)
val
groupGeoInfo
:
GroupGeoInfo
?
=
null
,
@SerialId
(
43
)
val
headPortraitSeq
:
Int
?
=
null
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment