QrLogin Types

class qqqr.qr.type.PollResp(**data)
code: int
url: HttpUrl | str
msg: str
nickname: str
cookies: RedirectCookies | None
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

class qqqr.qr.type.FetchDevUinResp(**data)
code: int
uin_list: List[int]
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

class qqqr.qr.type.PushQrResp(**data)
code: int
message: str
model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].