MessageReferenceRequest constructor

const MessageReferenceRequest({
  1. required SnowflakeType messageId,
  2. SnowflakeType? channelId,
  3. SnowflakeType? guildId,
  4. MessageReferenceType? type,
  5. List<SnowflakeType>? attachmentIds,
  6. List<Int32Type>? embedIndices,
})

Implementation

const MessageReferenceRequest({
  required this.messageId,
  this.channelId,
  this.guildId,
  this.type,
  this.attachmentIds,
  this.embedIndices,
});