Table of Contents

Method ForwardAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

ForwardAsync(DiscordChannel)

Forwards a message to the specified channel.

public Task<DiscordMessage> ForwardAsync(DiscordChannel target)

Parameters

target DiscordChannel

Returns

Task<DiscordMessage>

The forwarded message belonging to the specified channel.

ForwardAsync(ulong)

Forwards a message to the specified channel.

public Task<DiscordMessage> ForwardAsync(ulong targetId)

Parameters

targetId ulong

Returns

Task<DiscordMessage>

The forwarded message belonging to the specified channel.