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

Method UpdateUserData

src/windows/Frontend_Win32.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void Frontend_Win32::UpdateUserData(Snowflake userID)
292{
293 SendMessage(g_Hwnd, WM_UPDATEUSER, 0, (LPARAM) &userID);
294}
295
296void Frontend_Win32::UpdateAttachment(Snowflake attID)
297{

Callers 2

HandlePRESENCE_UPDATEMethod · 0.80
LoadProfileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected