From b11743d35cda21cedd87150e9222b48ca3c7bc4d Mon Sep 17 00:00:00 2001 From: kozabrada123 <“kozabrada123@users.noreply.github.com”> Date: Sat, 27 May 2023 13:05:59 +0200 Subject: [PATCH] Document more gateway props options --- src/types/events/identify.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/types/events/identify.rs b/src/types/events/identify.rs index 9af62b8..bdc6b7b 100644 --- a/src/types/events/identify.rs +++ b/src/types/events/identify.rs @@ -59,11 +59,13 @@ impl WebSocketEvent for GatewayIdentifyPayload {} pub struct GatewayIdentifyConnectionProps { /// Almost always sent /// - /// ex: "Linux", "Windows" + /// ex: "Linux", "Windows", "Mac OS X" + /// + /// ex (mobile): "Windows Mobile", "iOS", "Android", "BlackBerry" pub os: String, /// Almost always sent /// - /// ex: "Firefox", "Chrome" + /// ex: "Firefox", "Chrome", "Opera Mini", "Opera", "Blackberry", "Facebook Mobile", "Chrome iOS", "Mobile Safari", "Safari", "Android Chrome", "Android Mobile", "Edge", "Konqueror", "Internet Explorer", "Mozilla" pub browser: String, /// Sometimes not sent, acceptable to be "" ///