ReplyBuilder constructor

ReplyBuilder(
  1. Snowflake messageId, [
  2. bool failIfNotExists = true
])

Constructs reply builder for given message in channel

Implementation

ReplyBuilder(this.messageId, [this.failIfNotExists = true]);