MCPcopy Create free account
hub / github.com/brainboxdotcc/DPP / get_webhook

Method get_webhook

src/dpp/cluster/webhook.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void cluster::get_webhook(snowflake webhook_id, command_completion_event_t callback) {
109 rest_request<webhook>(this, API_PATH "/webhooks", std::to_string(webhook_id), "", m_get, "", callback);
110}
111
112void cluster::get_webhook_message(const class webhook &wh, snowflake message_id, snowflake thread_id, command_completion_event_t callback) {
113 std::string parameters = utility::make_url_parameters({

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected