RefreshSearchIndexRequest constructor

const RefreshSearchIndexRequest({
  1. required RefreshSearchIndexRequestIndexTypeIndexType indexType,
  2. SnowflakeType? guildId,
  3. SnowflakeType? userId,
})

Implementation

const RefreshSearchIndexRequest({
  required this.indexType,
  this.guildId,
  this.userId,
});