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)
Parameters
channelId
ulonglimit
intbefore
ulong?after
ulong?around
ulong?
Returns
- ValueTask<IReadOnlyList<DiscordMessage>>