Exemple #1
0
 /// <summary>
 /// Gets the post from the specified post id.
 /// Requires <see cref="APIPermission.POSTS" />
 /// <summary>
 /// <param name="postId">The post id.</param>
 public PostResult PostGet(int postId) => PostRequest.Get(Client, postId);