toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'token': token,
    'properties': properties,
    'compress': compress,
    'large_threshold': largeThreshold,
    'shard': shard,
    'presence': presence,
    'guild_subscriptions': guildSubscriptions,
    'intents': intentsShift,
  };
}