Table of Contents

Method GetFollowupMessageAsync

Namespace
DisCatSharp.ApplicationCommands.Context
Assembly
DisCatSharp.ApplicationCommands.dll

GetFollowupMessageAsync(ulong)

Gets the followup message.

public Task<DiscordMessage> GetFollowupMessageAsync(ulong followupMessageId)

Parameters

followupMessageId ulong

The followup message id.

Returns

Task<DiscordMessage>