MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / JumpToMessage

Method JumpToMessage

src/windows/Frontend_Win32.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void Frontend_Win32::JumpToMessage(Snowflake messageInCurrentChannel)
328{
329 SendMessage(g_Hwnd, WM_SENDTOMESSAGE, 0, (LPARAM) &messageInCurrentChannel);
330}
331
332void Frontend_Win32::OnWebsocketMessage(int gatewayID, const std::string& payload)
333{

Callers 2

OnClickMessageMethod · 0.45
OnClickMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected