示例#1
0
 /// <summary>
 /// Returns a list of IDs of users who added the specified object to their <c>Likes</c> list.
 /// </summary>
 /// <param name="methodParams">A <see cref="LikesGetListParams"/> object with the params.</param>
 /// <returns>Returns the total number of users who added the specified object to their Likes list and list of IDs of users who added the specified object to their Likes list.</returns>
 public async Task <Response <ItemsList <User> > > GetList(LikesGetListParams methodParams)
 => await Request <ItemsList <User> >("getList", methodParams);
示例#2
0
 /// <summary>
 /// Returns a list of IDs of users who added the specified object to their <c>Likes</c> list.
 /// </summary>
 /// <param name="methodParams">A <see cref="LikesGetListParams"/> object with the params.</param>
 /// <returns>Returns the total number of users who added the specified object to their Likes list and list of IDs of users who added the specified object to their Likes list.</returns>
 public async Task<Response<ItemsList<User>>> GetList(LikesGetListParams methodParams)
     => await Request<ItemsList<User>>("getList", methodParams);