Ejemplo n.º 1
0
 /// <summary>
 /// Gets information about a user.
 /// </summary>
 public Task <UserResponse> InfoAsync(UserToGetInfo userToGetInfo)
 => SendGetAsync <UserToGetInfo, UserResponse>("info", userToGetInfo);
Ejemplo n.º 2
0
 /// <inheritdoc cref="UsersClient.InfoAsync(UserToGetInfo)"/>
 public Task <UserResponse> UserInfoAsync(UserToGetInfo userToGetInfo)
 => Users.InfoAsync(userToGetInfo);