mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
12 lines
227 B
Go
12 lines
227 B
Go
package drawyoo
|
|
|
|
// Drawyoo Drawyoo
|
|
type Drawyoo struct {
|
|
Hid int64 `json:"hid"`
|
|
Mid int64 `json:"mid"`
|
|
Title string `json:"title"`
|
|
Link string `json:"link"`
|
|
Cover string `json:"cover"`
|
|
Msg string `json:"msg"`
|
|
}
|