mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 17:00:10 +00:00
fix(GatewayIdentifyProperties): rename device to $device (#17)
ref: https://discord.com/developers/docs/topics/gateway#identify-identify-connection-properties
This commit is contained in:
@@ -590,7 +590,7 @@ export interface GatewayHeartbeat {
|
||||
export interface GatewayIdentifyProperties {
|
||||
$os: string;
|
||||
$browser: string;
|
||||
device: string;
|
||||
$device: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user