File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/work/accountService/message/request Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ type RequestAccountServiceSendMsg struct {
8
8
Text * RequestAccountServiceMsgText `json:"text,omitempty"`
9
9
Image * RequestAccountServiceMsgImage `json:"image,omitempty"`
10
10
Voice * RequestAccountServiceMsgVoice `json:"voice,omitempty"`
11
+ Video * RequestAccountServiceMsgVideo `json:"video,omitempty"`
11
12
File * RequestAccountServiceMsgFile `json:"file,omitempty"`
12
13
Link * RequestAccountServiceMsgLink `json:"link,omitempty"`
13
14
MiniProgram * RequestAccountServiceMsgMiniProgram `json:"miniprogram,omitempty"`
@@ -28,6 +29,10 @@ type RequestAccountServiceMsgVoice struct {
28
29
MediaID string `json:"media_id"`
29
30
}
30
31
32
+ type RequestAccountServiceMsgVideo struct {
33
+ MediaID string `json:"media_id"`
34
+ }
35
+
31
36
type RequestAccountServiceMsgFile struct {
32
37
MediaID string `json:"media_id"`
33
38
}
You can’t perform that action at this time.
0 commit comments