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