Method WithReply
- Namespace
- Dis
Cat .EntitiesSharp
- Assembly
- DisCatSharp.dll
WithReply(ulong, bool, bool)
Sets if the message is a reply
public DiscordMessageBuilder WithReply(ulong messageId, bool mention = false, bool failOnInvalidReply = false)
Parameters
messageId
ulongThe ID of the message to reply to.
mention
boolIf we should mention the user in the reply.
failOnInvalidReply
boolWhether sending a reply that references an invalid message should be
Returns
- Discord
Message Builder The current builder to be chained.