struct

Discord::Gateway::IdentifyProperties

Inherits JSON::Serializable / Struct / Value / Object

Constructors

new(os : String, browser : String, device : String, referrer : String, referring_domain : String)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

browser
Source
browser=(browser : String)
Source
device
Source
device=(device : String)
Source
os=(os : String)
Source
referrer
Source
referrer=(referrer : String)
Source
referring_domain
Source
referring_domain=(referring_domain : String)
Source