Class DiscordForwardedMessage
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
Represents a forwarded DiscordMessage which contains only a subset of fields.
[DiscordInExperiment]
[Experimental("This is subject to change at any time.")]
public sealed class DiscordForwardedMessage : ObservableApiObject
- Inheritance
-
DiscordForwardedMessage
- Inherited Members
Fields
- MentionedRoleIds
Gets role ids mentioned by this forwarded message. If the bot is in the forwarded guild and has the guild on it's shard, you can use MentionedRoles to get the DiscordRole's directly.
Properties
- Attachments
Gets the attached DiscordAttachments.
- Components
Gets components for this forwarded message.
- Content
Gets the forwarded message's content.
- EditedTimestamp
Gets the forwarded message's edit timestamp. Will be null if the forwarded message was not edited.
- Embeds
Gets embeds attached to this forwarded message.
- Flags
Gets the bitwise flags for this forwarded message.
- IsEdited
Gets whether this forwarded message was edited.
- MentionEveryone
Gets whether the forwarded message mentions everyone.
- MentionedChannels
Gets channels mentioned by this forwarded message.
- MentionedRoles
Gets roles mentioned by this forwarded message.
- MentionedUsers
Gets users or members mentioned by this forwarded message.
- MessageType
Gets the type of the forwarded message.
- Stickers
Gets stickers for this forwarded message.
- Timestamp
Gets the forwarded message's creation timestamp.