Message constructor
Message({
- ActionResponse? actionResponse,
- List<
Annotation> ? annotations, - String? argumentText,
- List<
AttachedGif> ? attachedGifs, - List<
Attachment> ? attachment, - List<
Card> ? cards, - List<
CardWithId> ? cardsV2, - String? clientAssignedMessageId,
- String? createTime,
- String? deleteTime,
- DeletionMetadata? deletionMetadata,
- List<
EmojiReactionSummary> ? emojiReactionSummaries, - String? fallbackText,
- String? formattedText,
- String? lastUpdateTime,
- MatchedUrl? matchedUrl,
- String? name,
- User? privateMessageViewer,
- QuotedMessageMetadata? quotedMessageMetadata,
- User? sender,
- SlashCommand? slashCommand,
- Space? space,
- String? text,
- Thread? thread,
- bool? threadReply,
Implementation
Message({
this.actionResponse,
this.annotations,
this.argumentText,
this.attachedGifs,
this.attachment,
this.cards,
this.cardsV2,
this.clientAssignedMessageId,
this.createTime,
this.deleteTime,
this.deletionMetadata,
this.emojiReactionSummaries,
this.fallbackText,
this.formattedText,
this.lastUpdateTime,
this.matchedUrl,
this.name,
this.privateMessageViewer,
this.quotedMessageMetadata,
this.sender,
this.slashCommand,
this.space,
this.text,
this.thread,
this.threadReply,
});