OpIdentify constructor

OpIdentify({
  1. required String token,
  2. required ConnectionProperties properties,
  3. bool? compress,
  4. int? largeThreshold,
  5. List<int>? shard,
  6. UpdateStatus? presence,
  7. bool? guildSubscriptions,
  8. required List<Intent> intents,
})

Implementation

OpIdentify({
  required this.token,
  required this.properties,
  this.compress,
  this.largeThreshold,
  this.shard,
  this.presence,
  this.guildSubscriptions,
  required this.intents,
});