struct Discord::Gateway::IdentifyPayload
- Discord::Gateway::IdentifyPayload
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
discordcr/mappings/gateway.crConstructors
Instance Method Summary
- #compress : Bool
- #compress=(compress : Bool)
- #intents : Intents?
- #intents=(intents : Intents?)
- #large_threshold : Int32
- #large_threshold=(large_threshold : Int32)
- #properties : IdentifyProperties
- #properties=(properties : IdentifyProperties)
- #shard : Tuple(Int32, Int32)?
- #shard=(shard : Tuple(Int32, Int32)?)
- #token : String
- #token=(token : String)