Table of Contents

Method DeleteFollowupMessageAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

DeleteFollowupMessageAsync(ulong)

Deletes a follow up message.

public Task DeleteFollowupMessageAsync(ulong messageId)

Parameters

messageId ulong

The id of the follow up message.

Returns

Task