add: add new api for bot

This commit is contained in:
behruz-dev
2025-09-27 18:19:17 +05:00
parent f9f7e63a07
commit 2bdd10f388
4 changed files with 21 additions and 5 deletions

View File

@@ -7,4 +7,3 @@ from core.apps.shared.models.base import BaseModel
class User(AbstractUser, BaseModel):
tg_id = models.CharField(max_length=20, null=True, blank=True)