Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta349 #357

Merged
merged 15 commits into from
Mar 24, 2024
1 change: 1 addition & 0 deletions botgo/dto/message_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type RichMediaMessage struct {
EventID string `json:"event_id,omitempty"` // 要回复的事件id, 逻辑同MsgID
FileType uint64 `json:"file_type,omitempty"` // 业务类型,图片,文件,语音,视频 文件类型,取值:1图片,2视频,3语音(目前语音只支持silk格式)
URL string `json:"url,omitempty"`
FileData string `json:"file_data,omitempty"` //没有base64头的base64
SrvSendMsg bool `json:"srv_send_msg,omitempty"`
Content string `json:"content,omitempty"`
}
Expand Down
Loading
Loading