Table of Contents

Method GetFollowupMessageAsync

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

GetFollowupMessageAsync(ulong, CancellationToken)

Gets the followup message.

public Task<DiscordMessage> GetFollowupMessageAsync(ulong followupMessageId, CancellationToken cancellationToken = default)

Parameters

followupMessageId ulong

The followup message id.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<DiscordMessage>