struct Discord::Gateway::IdentifyProperties
- Discord::Gateway::IdentifyProperties
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/gateway.crConstructors
- .new(os : String, browser : String, device : String, referrer : String, referring_domain : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #browser : String
- #browser=(browser : String)
- #device : String
- #device=(device : String)
- #os : String
- #os=(os : String)
- #referrer : String
- #referrer=(referrer : String)
- #referring_domain : String
- #referring_domain=(referring_domain : String)
Constructor Detail
def self.new(os : String, browser : String, device : String, referrer : String, referring_domain : String)
#