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