Table of Contents

Method GetMessageAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

GetMessageAsync(ulong, bool)

Gets a specific message.

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

Parameters

id ulong

The id of the message

fetch bool

Whether to bypass the cache. Defaults to false.

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.