1
bot/models/story.go
2024-02-19 11:56:20 +03:00

7 lines
86 B
Go

package models
type Story struct {
Chat Chat `json:"chat"`
ID int `json:"id"`
}