/// <inheritdoc /> public async Task <IRestGuildChannel> GetChannelAsync(ulong id, RequestOptions options = null) => (await RestGuild.GetChannelAsync(id, options)) ?.Abstract();