ScheduledMessageReferenceSchema constructor

const ScheduledMessageReferenceSchema({
  1. required String messageId,
  2. SnowflakeType? channelId,
  3. SnowflakeType? guildId,
  4. MessageReferenceType? type,
})

Implementation

const ScheduledMessageReferenceSchema({
  required this.messageId,
  this.channelId,
  this.guildId,
  this.type,
});