Class IllustClient
Inheritance
System.Object
IllustClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pixiv.Net.dll
Syntax
public class IllustClient : ApiClient
Properties
|
Improve this Doc
View Source
Bookmark
Declaration
public BookmarkClient Bookmark { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public Task<CommentCollection> CommentsAsync(long illustId, long? lastCommentId = default(long? ))
Parameters
Type |
Name |
Description |
System.Int64 |
illustId |
|
System.Nullable<System.Int64> |
lastCommentId |
|
Returns
|
Improve this Doc
View Source
FollowAsync(Restrict, Nullable<Int64>)
Declaration
public Task<IllustCollection> FollowAsync(Restrict restrict, long? offset = default(long? ))
Parameters
Type |
Name |
Description |
Restrict |
restrict |
|
System.Nullable<System.Int64> |
offset |
|
Returns
|
Improve this Doc
View Source
MypixivAsync(Nullable<Int64>)
Declaration
public Task<IllustCollection> MypixivAsync(long? offset = default(long? ))
Parameters
Type |
Name |
Description |
System.Nullable<System.Int64> |
offset |
|
Returns
|
Improve this Doc
View Source
Declaration
public Task<IllustCollection> RelatedAsync(long illustId, string filter = "for_ios", long? offset = default(long? ), long[] seedIllustIds = null)
Parameters
Type |
Name |
Description |
System.Int64 |
illustId |
|
System.String |
filter |
|
System.Nullable<System.Int64> |
offset |
|
System.Int64[] |
seedIllustIds |
|
Returns