Files
nonebot-plugin-tetris-stats/nonebot_plugin_tetris_stats/utils/render/schemas/bind.py
2025-04-15 01:58:19 +08:00

12 lines
248 B
Python

from typing import Literal
from .base import Base, People
class Bind(Base):
platform: Literal['TETR.IO', 'TOP', 'TOS']
type: Literal['success', 'unknown', 'unlink', 'unverified', 'error']
user: People
bot: People
prompt: str