Skip to content

Commit

Permalink
Beta349 (#357)
Browse files Browse the repository at this point in the history
* beta338

* beta319

* beta340

* beta341

* actionfix

* beta342

* beta342

* beta342

* beta344

* beta345

* beta346

* beta347

* beta348

* beta349
  • Loading branch information
Hoshinonyaruko authored Mar 24, 2024
1 parent b6e335a commit 593fbf1
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 214 deletions.
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

0 comments on commit 593fbf1

Please sign in to comment.