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

Method OnAddMessage

src/windows/Frontend_Win32.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Frontend_Win32::OnAddMessage(Snowflake channelID, const Message& msg)
39{
40 AddMessageParams parms;
41 parms.channel = channelID;
42 parms.msg = msg;
43 SendMessage(g_Hwnd, WM_ADDMESSAGE, 0, (LPARAM)&parms);
44}
45
46void Frontend_Win32::OnUpdateMessage(Snowflake channelID, const Message& msg)
47{

Callers 2

HandleRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected