Message(- Snowflake _id,
- String _content,
- bool _tts,
- List<EmbedBuilder> _embeds,
- bool _allowMentions,
- PartialMessage<PartialChannel>? _reference,
- List<ComponentBuilder> _components,
- List<MessageStickerItem> _stickers,
- dynamic _payload,
- List<MessageAttachment> _attachments,
- int? _flags,
- bool _pinned,
- Snowflake? _guildId,
- Snowflake _channelId,
- MessageReactionManager<PartialChannel, PartialMessage<PartialChannel>> _reactions,
- Snowflake _authorId,
- MessageMention _mentions
)
Implementation
Message(
super._id,
super._content,
super._tts,
super._embeds,
super._allowMentions,
super._reference,
super._components,
super._stickers,
super._payload,
super._attachments,
super._flags,
super._pinned,
super._guildId,
super._channelId,
super._reactions,
this._authorId,
this._mentions,
);