1
0

WebhookIdentifier.cs 103 B

123
  1. namespace Content.Server.Discord;
  2. public record struct WebhookIdentifier(string Id, string Token);