Table of Contents

Method DeleteFollowupMessageAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.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