Message constructor
Message(
- MessageProperties<
Channel> _properties
Implementation
Message(this._properties)
: reactions = ReactionManger(_properties.id.value, _properties.channelId.value);