feat: creatives and external channels
This commit is contained in:
7
src/dto/telegram_login.py
Normal file
7
src/dto/telegram_login.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pydantic
|
||||
|
||||
|
||||
class TelegramLoginInput(pydantic.BaseModel):
|
||||
telegram_id: int
|
||||
username: str | None
|
||||
chat_id: int
|
||||
Reference in New Issue
Block a user