Discord_Respond

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void Discord_Respond(const(char)* userid, int reply)
    version(SL_DISCORD_RPC)
    @nogc nothrow __gshared extern (C)
    void
    Discord_Respond
    (
    const(char)* userid
    ,
    int reply
    )
  2. void function(const(char)* userid, int reply) Discord_Respond;

Meta