Skip to content

模块 liteyuki.session.models

class User(BaseModel)

attr id: str = NO_DEFAULT

attr name: str | None = NO_DEFAULT

attr nick: str | None = NO_DEFAULT

attr avatar: str | None = NO_DEFAULT

class Scene(BaseModel)

attr id: str = NO_DEFAULT

attr type: str = NO_DEFAULT

attr name: str | None = NO_DEFAULT

attr avatar: str | None = NO_DEFAULT

attr parent: 'Scene | None' = NO_DEFAULT

class Session(BaseModel)

attr self_id: str = NO_DEFAULT

attr adapter: str = NO_DEFAULT

attr scope: str = NO_DEFAULT

attr scene: Scene = NO_DEFAULT

attr user: User = NO_DEFAULT

attr member: 'Member | None' = NO_DEFAULT

attr operator: 'Member | None' = NO_DEFAULT

文档由 VitePress 构建 | API引用由 litedoc 生成