APIClient.sendWebhookMessage

Undocumented in source. Be warned that the author may not have intended to support it.

  1. void sendWebhookMessage(Snowflake id, string token, inout(string) content, inout(string) nonce, inout(bool) tts, inout(MessageEmbed) embed)
    class APIClient
    void
    sendWebhookMessage
    (
    Snowflake id
    ,
    string token
    ,
    inout(string) content
    ,
    inout(string) nonce
    ,
    inout(bool) tts
    ,
    inout(MessageEmbed) embed
    )
  2. void sendWebhookMessage(Snowflake id, string token, inout(string) content, inout(string) nonce, inout(bool) tts, inout(MessageEmbed[]) embeds)

Meta