mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 14:08:30 -05:00
16 lines
316 B
Go
16 lines
316 B
Go
package bnj
|
|
|
|
// ResetMsg .
|
|
type ResetMsg struct {
|
|
Mid int64 `json:"mid"`
|
|
Ts int64 `json:"ts"`
|
|
}
|
|
|
|
// Push .
|
|
type Push struct {
|
|
Second int64 `json:"second"`
|
|
Name string `json:"name"`
|
|
TimelinePic string `json:"timeline_pic,omitempty"`
|
|
H5TimelinePic string `json:"h5_timeline_pic,omitempty"`
|
|
}
|