MessageReferenceResponse constructor

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

Implementation

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