Skip to main content

ODMessageBuildSentResult interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface contains the result from a sent built message. This can be used to edit, view & save the message that got created.

View Source

References

    Properties


    message type null|discord.Message

    The message that got sent.

    View Source


    success boolean boolean

    Did the message get sent successfully?

    View Source