ChannelMessage constructor

ChannelMessage(
  1. String channelId,
  2. String sender,
  3. String content,
  4. Thread thread,
  5. int createTime,
)

Implementation

ChannelMessage(
    this.channelId, this.sender, this.content, this.thread, this.createTime);