mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
11 lines
135 B
Go
11 lines
135 B
Go
package utils
|
|
|
|
type CQMusic struct {
|
|
Type string
|
|
Url string
|
|
Audio string
|
|
Title string
|
|
Content string
|
|
Image string
|
|
}
|