Add "Discord Client" option

This commit is contained in:
kozabrada123 2023-05-27 13:16:40 +02:00
parent b11743d35c
commit 7367475d99
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ pub struct GatewayIdentifyConnectionProps {
pub os: String, pub os: String,
/// Almost always sent /// Almost always sent
/// ///
/// ex: "Firefox", "Chrome", "Opera Mini", "Opera", "Blackberry", "Facebook Mobile", "Chrome iOS", "Mobile Safari", "Safari", "Android Chrome", "Android Mobile", "Edge", "Konqueror", "Internet Explorer", "Mozilla" /// ex: "Firefox", "Chrome", "Opera Mini", "Opera", "Blackberry", "Facebook Mobile", "Chrome iOS", "Mobile Safari", "Safari", "Android Chrome", "Android Mobile", "Edge", "Konqueror", "Internet Explorer", "Mozilla", "Discord Client"
pub browser: String, pub browser: String,
/// Sometimes not sent, acceptable to be "" /// Sometimes not sent, acceptable to be ""
/// ///