namespace Discord.API.Rest; public readonly struct RestError { public int? Code {get; init;} public required string Message {get; init;} }