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