MessageSnapshotResponse constructor
const
MessageSnapshotResponse({
- required DateTime timestamp,
- required MessageSnapshotResponseTypeType type,
- required MessageFlags flags,
- String? content,
- DateTime? editedTimestamp,
- List<
String> ? mentions, - List<
String> ? mentionRoles, - List<
MessageChannelMentionResponse> ? mentionChannels, - List<
MessageEmbedResponse> ? embeds, - List<
MessageAttachmentResponse> ? attachments, - List<
MessageStickerResponse> ? stickers,
Implementation
const MessageSnapshotResponse({
required this.timestamp,
required this.type,
required this.flags,
this.content,
this.editedTimestamp,
this.mentions,
this.mentionRoles,
this.mentionChannels,
this.embeds,
this.attachments,
this.stickers,
});