feat: handle unsubscribe

This commit is contained in:
Artem Tsyrulnikov
2025-12-01 10:30:31 +03:00
parent c32635839a
commit ca3805eec3
14 changed files with 447 additions and 164 deletions

View File

@@ -7,4 +7,3 @@ class UserOutput(pydantic.BaseModel):
id: uuid.UUID
telegram_id: int
username: str | None