Table of Contents

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 ulong
limit int
before ulong?
after ulong?
around ulong?

Returns

ValueTask<IReadOnlyList<DiscordMessage>>