smm_tg/internal/modules/entities/user.go

6 lines
100 B
Go
Raw Permalink Normal View History

2024-11-11 19:32:06 +00:00
package entities
type User struct {
ChatID string `sql:"chat_id"`
UserID string `sql:"user_id"`
}