This commit is contained in:
2024-11-12 02:32:06 +07:00
commit 077437d33c
18 changed files with 432 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package entities
type User struct {
ChatID string `sql:"chat_id"`
UserID string `sql:"user_id"`
}