package entities type User struct { ChatID string `sql:"chat_id"` UserID string `sql:"user_id"` }