Beispiel #1
0
 /// <summary> Get information about a user by id </summary>
 public Task <RestUser> GetUserAsync(ulong userId)
 => RestHelper.GetUserAsync(this, userId);
Beispiel #2
0
 /// <summary> Get information about the user that owns this community </summary>
 public Task <RestUser> GetOwnerAsync()
 => RestHelper.GetUserAsync(Client, OwnerId);