Table of Contents

Field MentionedRoleIds

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

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.

[JsonProperty("mention_roles")]
public List<ulong> MentionedRoleIds

Returns

List<ulong>
Your library to write discord bots in C# with focus on always providing access to the latest discord features.