Message constructor

Message(
  1. MessageProperties<Channel> _properties
)

Implementation

Message(this._properties)
    : reactions = ReactionManger(_properties.id.value, _properties.channelId.value);