OpIdentify constructor
OpIdentify({
- required String token,
- required ConnectionProperties properties,
- bool? compress,
- int? largeThreshold,
- List<
int> ? shard, - UpdateStatus? presence,
- bool? guildSubscriptions,
- 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,
});