@@ -23,6 +23,7 @@ message Frame{
23
23
FriendRecallNoticeEvent friend_recall_notice_event = 110 ;
24
24
FriendRequestEvent friend_request_event = 111 ;
25
25
GroupRequestEvent group_request_event = 112 ;
26
+ GroupTempMessageEvent group_temp_message_event = 113 ;
26
27
27
28
SendPrivateMsgReq send_private_msg_req = 201 ;
28
29
SendGroupMsgReq send_group_msg_req = 202 ;
@@ -63,8 +64,9 @@ message Frame{
63
64
SetRestartReq set_restart_req = 237 ;
64
65
CleanCacheReq clean_cache_req = 238 ;
65
66
SetGroupSignInReq set_group_sign_in_req = 239 ;
66
- SendGroupPokeReq send_group_poke_req = 240 ;
67
- SendFriendPokeReq send_friend_poke_req = 241 ;
67
+ SendMusicReq send_music_req = 240 ;
68
+ SendGroupPokeReq send_group_poke_req = 241 ;
69
+ SendFriendPokeReq send_friend_poke_req = 242 ;
68
70
69
71
SendPrivateMsgResp send_private_msg_resp = 301 ;
70
72
SendGroupMsgResp send_group_msg_resp = 302 ;
@@ -105,8 +107,9 @@ message Frame{
105
107
SetRestartResp set_restart_resp = 337 ;
106
108
CleanCacheResp clean_cache_resp = 338 ;
107
109
SetGroupSignInResp set_group_sign_in_resp = 339 ;
108
- SendGroupPokeResp send_group_poke_resp = 340 ;
109
- SendFriendPokeResp send_friend_poke_resp = 341 ;
110
+ SendMusicResp send_music_resp = 340 ;
111
+ SendGroupPokeResp send_group_poke_resp = 341 ;
112
+ SendFriendPokeResp send_friend_poke_resp = 342 ;
110
113
}
111
114
112
115
enum FrameType {
@@ -124,6 +127,7 @@ message Frame{
124
127
TFriendRecallNoticeEvent = 110 ;
125
128
TFriendRequestEvent = 111 ;
126
129
TGroupRequestEvent = 112 ;
130
+ TGroupTempMessageEvent = 113 ;
127
131
128
132
TSendPrivateMsgReq = 201 ;
129
133
TSendGroupMsgReq = 202 ;
@@ -164,8 +168,9 @@ message Frame{
164
168
TSetRestartReq = 237 ;
165
169
TCleanCacheReq = 238 ;
166
170
TSetGroupSignInReq = 239 ;
167
- TSendGroupPokeReq = 240 ;
168
- TSendFriendPokeReq = 241 ;
171
+ TSendMusicReq = 240 ;
172
+ TSendGroupPokeReq = 241 ;
173
+ TSendFriendPokeReq = 242 ;
169
174
170
175
171
176
TSendPrivateMsgResp = 301 ;
@@ -207,7 +212,8 @@ message Frame{
207
212
TSetRestartResp = 337 ;
208
213
TCleanCacheResp = 338 ;
209
214
TSetGroupSignInResp = 339 ;
210
- TSendGroupPokeResp = 340 ;
211
- TSendFriendPokeResp = 341 ;
215
+ TSendMusicResp = 340 ;
216
+ TSendGroupPokeResp = 341 ;
217
+ TSendFriendPokeResp = 342 ;
212
218
}
213
219
}
0 commit comments