Table of Contents

Method GetFollowupMessageAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetFollowupMessageAsync(ulong)

Gets a follow up message.

public Task<DiscordMessage> GetFollowupMessageAsync(ulong messageId)

Parameters

messageId ulong

The id of the follow up message.

Returns

Task<DiscordMessage>