mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-03-14 05:46:26 -05:00
17 lines
203 B
Go
17 lines
203 B
Go
package model
|
|
|
|
// ArgDMHistory .
|
|
type ArgDMHistory struct {
|
|
Oid int64
|
|
Date string
|
|
Pn int
|
|
Ps int
|
|
Order string
|
|
Sort string
|
|
}
|
|
|
|
// DMHistory .
|
|
type DMHistory struct {
|
|
ID int64 `json:"id"`
|
|
}
|