blacklist
BlacklistUser
dataclass
用户信息
Attributes:
Name | Type | Description |
---|---|---|
user_id |
int
|
user_id |
portrait |
str
|
portrait |
user_name |
str
|
用户名 |
nick_name_new |
str
|
新版昵称 |
btype |
BlacklistType
|
黑名单类型 FOLLOW禁止关注 INTERACT禁止互动 CHAT禁止私信 |
nick_name |
str
|
用户昵称 |
show_name |
str
|
显示名称 |
log_name |
str
|
用于在日志中记录用户信息 |
BlacklistUsers
dataclass
新版用户黑名单列表
Attributes:
Name | Type | Description |
---|---|---|
objs |
list[BlacklistUser]
|
新版用户黑名单列表 |
err |
Exception | None
|
捕获的异常 |