跳转至

blacklist_old

BlacklistOldUser dataclass

用户信息

Attributes:

Name Type Description
user_id int

user_id

portrait str

portrait

user_name str

用户名

nick_name_old str

旧版昵称

until_time int

解禁时间 10位时间戳 以秒为单位

nick_name str

用户昵称

show_name str

显示名称

log_name str

用于在日志中记录用户信息

Page_blacklist dataclass

页信息

Attributes:

Name Type Description
current_page int

当前页码

has_more bool

是否有后继页

has_prev bool

是否有前驱页

BlacklistOldUsers dataclass

旧版用户黑名单列表

Attributes:

Name Type Description
objs list[BlacklistOldUser]

旧版用户黑名单列表

err Exception | None

捕获的异常

page Page_blacklist

页信息

has_more bool

是否还有下一页