1
bot/models/story.go

7 lines
86 B
Go
Raw Permalink Normal View History

2023-08-24 16:29:23 +08:00
package models
2024-02-19 16:56:20 +08:00
type Story struct {
Chat Chat `json:"chat"`
ID int `json:"id"`
}