Table of Contents

Method GetMessageAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

GetMessageAsync(ulong, bool)

Returns a specific message

public Task<DiscordMessage> GetMessageAsync(ulong id, bool skipCache = false)

Parameters

id ulong

The ID of the message

skipCache bool

Whether to always make a REST request.

Returns

Task<DiscordMessage>

Exceptions

UnauthorizedException

Thrown when the client does not have the ReadMessageHistory permission.

NotFoundException

Thrown when the channel does not exist.

BadRequestException

Thrown when an invalid parameter was provided.

ServerErrorException

Thrown when Discord is unable to process the request.