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