reply

inline suspend fun Message.reply(failIfNotExists: Boolean = true, block: CreateMessage.Builder.() -> Unit): Message(source)

Reply to the message in the originating channel with message builder

Must be called in KiscordCall context

Parameters

failIfNotExists

Fail to reply if message doesn't exist