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

Method gdm_remove

src/dpp/cluster/dm.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void cluster::gdm_remove(snowflake channel_id, snowflake user_id, command_completion_event_t callback) {
63 rest_request<confirmation>(this, API_PATH "/channels", std::to_string(channel_id), "recipients/" + std::to_string(user_id), m_delete, "", callback);
64}
65
66}

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected