Method GetChannelMessagesAsync
- Namespace
 - DSharpPlus.Net
 
- Assembly
 - DSharpPlus.dll
 
GetChannelMessagesAsync(ulong, int, ulong?, ulong?, ulong?)
public ValueTask<IReadOnlyList<DiscordMessage>> GetChannelMessagesAsync(ulong channelId, int limit, ulong? before = null, ulong? after = null, ulong? around = null)