Discord::Gateway::IdentifyProperties
Inherits JSON::Serializable / Struct / Value / Object
Constructors
new(os : String, browser : String, device : String, referrer : String, referring_domain : String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
browser
Sourcebrowser=(browser : String)
Sourcedevice
Sourcedevice=(device : String)
Sourceos
Sourceos=(os : String)
Sourcereferrer
Sourcereferrer=(referrer : String)
Sourcereferring_domain
Sourcereferring_domain=(referring_domain : String)
Source