Skip to main content

ODMessageBuildResult 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 built message. This can be sent in a discord channel!

View Source

References

    Properties


    ephemeral boolean boolean

    When enabled, the bot will try to send this as an ephemeral message

    View Source


    id class api.ODId

    The id of this message

    View Source


    message type Omit

    The discord message

    View Source