typealias GatewayActivitySecrets

external
export type GatewayActivitySecrets = Partial<Record<'join' | 'match' | 'spectate', string>>;

https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-secrets

Union Members

Partial<Record<'join' | 'match' | 'spectate', string>>