7 lines
122 B
C#
7 lines
122 B
C#
namespace Discord.API.Rest;
|
|
|
|
public readonly struct GetGatewayResponse
|
|
{
|
|
public required string Url {get; init;}
|
|
}
|