We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 129256b + ce4e39b commit 4f2e9eaCopy full SHA for 4f2e9ea
pixivpy3/models.py
@@ -115,6 +115,9 @@ class UserInfo(BasePixivpyModel):
115
comment: Optional[str] = None # present only on `user_detail` endpoint
116
is_followed: Optional[bool]
117
is_access_blocking_user: Optional[bool] = None
118
+ is_accept_request: Optional[bool] = (
119
+ None # present only on `user_following` and `user_follower` endpoint
120
+ )
121
122
123
class CommentUser(BasePixivpyModel):
0 commit comments