Exemple #1
0
 /// <summary>
 /// Gets the posts from the specified thread id.
 /// Requires <see cref="APIPermission.POSTS" />
 /// <summary>
 /// <param name="threadId">The thread id.</param>
 /// <param name="page">The page number.</param>
 /// <param name="perPage">The number of results per page.</param>
 public PostResult[] PostSearchByThreadId(int threadId, int page = 1, int perPage = 1) => PostRequest.SearchByThreadId(Client, threadId, page, perPage);