mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add DM support
This commit is contained in:
parent
2e0c30eb5d
commit
a2c8cbb560
9 changed files with 79 additions and 45 deletions
4
Myriad/Rest/Types/Requests/CreateDmRequest.cs
Normal file
4
Myriad/Rest/Types/Requests/CreateDmRequest.cs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
namespace Myriad.Rest.Types.Requests
|
||||
{
|
||||
public record CreateDmRequest(ulong RecipientId);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue