2024-12-04 19:46:11 -04:00

8 lines
131 B
Go

package domain
type Bot struct {
ID int64 `json:"id"`
BotName string `json:"bot_name"`
Created int64 `json:"created"`
}