Skip to content

Commit c12a5de

Browse files
committed
feat(models): Added is_accept_request variable to UserInfo class.
1 parent 129256b commit c12a5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pixivpy3/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class UserInfo(BasePixivpyModel):
115115
comment: Optional[str] = None # present only on `user_detail` endpoint
116116
is_followed: Optional[bool]
117117
is_access_blocking_user: Optional[bool] = None
118+
is_accept_request: Optional[bool] = None # present only on `user_following` and `user_follower` endpoint
118119

119120

120121
class CommentUser(BasePixivpyModel):

0 commit comments

Comments
 (0)