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