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

Method get_url

src/dpp/message.cpp:1689–1691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1687}
1688
1689std::string message::get_url() const {
1690 return utility::message_url(guild_id, channel_id, id);
1691}
1692
1693sticker::sticker() : managed(0), pack_id(0), type(st_standard), format_type(sf_png), available(true), guild_id(0), sort_value(0) {
1694}

Callers

nothing calls this directly

Calls 2

message_urlFunction · 0.85
cdn_endpoint_url_stickerFunction · 0.85

Tested by

no test coverage detected