package entities type UserID string type TelegramID int64 type User struct { ID UserID TelegramID TelegramID }