ScheduledMessageReferenceSchema constructor
const
ScheduledMessageReferenceSchema({
- required String messageId,
- SnowflakeType? channelId,
- SnowflakeType? guildId,
- MessageReferenceType? type,
Implementation
const ScheduledMessageReferenceSchema({
required this.messageId,
this.channelId,
this.guildId,
this.type,
});