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
Returns
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.