Constructors
-
Message(Snowflake _id, String _content, bool _tts, List<EmbedBuilder> _embeds, bool _allowMentions, PartialMessage<PartialChannel>? _reference, List<Component> _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)
-
-
Message.from({required GuildChannel channel, required dynamic payload})
-
factory
Properties
-
allowMentions
→ bool
-
read-only, inherited
-
attachments
→ List<MessageAttachment>
-
read-only, inherited
-
author
→ GuildMember?
-
read-only
-
channel
→ GuildChannel
-
read-only
-
components
→ List<Component>
-
read-only, inherited
-
content
→ String?
-
read-only, inherited
-
embeds
→ List<EmbedBuilder>
-
read-only, inherited
-
flags
→ int?
-
read-only, inherited
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
id
→ Snowflake
-
read-only, inherited
-
isPinned
→ bool
-
read-only, inherited
-
mentions
→ MessageMention
-
read-only
-
payload
→ dynamic
-
read-only, inherited
-
reactions
→ MessageReactionManager<PartialChannel, PartialMessage<PartialChannel>>
-
read-only, inherited
-
reference
→ PartialMessage<PartialChannel>?
-
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
stickers
→ List<MessageStickerItem>
-
read-only, inherited
-
tts
→ bool
-
read-only, inherited