ChannelMessageSummary constructor

ChannelMessageSummary({
  1. String? content,
  2. DateTime? createdTimestamp,
  3. DateTime? lastEditedTimestamp,
  4. DateTime? lastUpdatedTimestamp,
  5. String? messageId,
  6. String? metadata,
  7. bool? redacted,
  8. Identity? sender,
  9. ChannelMessageType? type,
})

Implementation

ChannelMessageSummary({
  this.content,
  this.createdTimestamp,
  this.lastEditedTimestamp,
  this.lastUpdatedTimestamp,
  this.messageId,
  this.metadata,
  this.redacted,
  this.sender,
  this.type,
});