@book000/pixivts
Preparing search index...
PixivUser
Interface PixivUser
ユーザー情報
interface
PixivUser
{
account
:
string
;
id
:
number
;
is_access_blocking_user
?:
boolean
;
is_followed
?:
boolean
;
name
:
string
;
profile_image_urls
:
ProfileImageUrls
;
}
Index
Properties
account
id
is_
access_
blocking_
user?
is_
followed?
name
profile_
image_
urls
Properties
account
account
:
string
pixiv ID (URLに使用)
id
id
:
number
ユーザー内部 ID
Optional
is_
access_
blocking_
user
is_access_blocking_user
?:
boolean
アクセスをブロックしているユーザーであるか
Optional
is_
followed
is_followed
?:
boolean
フォローしているかどうか
name
name
:
string
ユーザー名
profile_
image_
urls
profile_image_urls
:
ProfileImageUrls
プロフィール画像URL群
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
id
is_
access_
blocking_
user
is_
followed
name
profile_
image_
urls
@book000/pixivts
Loading...
ユーザー情報