mirror of
https://github.com/ION606/Discord-Client.git
synced 2026-05-14 21:06:55 +00:00
Added the ability to recieve messages
This commit is contained in:
@@ -142,8 +142,8 @@ namespace Discord_Client_Custom.Connections
|
||||
|
||||
return responseJSON;
|
||||
}
|
||||
|
||||
|
||||
//Returns the
|
||||
public static async Task<JsonNode> getMessages(string cid, string? lastId = null)
|
||||
{
|
||||
string newUrl = dmGetMsgsBasepath.Replace("{{id}}", cid);
|
||||
|
||||
Reference in New Issue
Block a user