@@ -3600,12 +3600,12 @@
</member>
<member name="M:Discord.IGuild.GetPublicUpdatesChannelAsync(Discord.CacheMode,Discord.RequestOptions)">
<summary>
Gets the text channel channel where admins and moderators of Community guilds receive notices from Discord.
Gets the text channel where admins and moderators of Community guilds receive notices from Discord.
</summary>
<param name="mode">The <see cref="T:Discord.CacheMode"/> that determines whether the object should be fetched from cache.</param>
<param name="options">The options to be used when sending the request.</param>
<returns>
A task that represents the asynchronous get operation. The task result contains the text channel channel where
A task that represents the asynchronous get operation. The task result contains the text channel where
admins and moderators of Community guilds receive notices from Discord; <see langword="null" /> if none is set.
</returns>
</member>
@@ -3835,7 +3835,7 @@
Downloads all users for this guild if the current list is incomplete.
</summary>
<remarks>
This method downloads all users found within this guild throught the Gateway and caches them.
This method downloads all users found within this guild through the Gateway and caches them.
</remarks>
<returns>
A task that represents the asynchronous download operation.
@@ -4564,6 +4564,11 @@
Gets or sets if this option is a subcommand or subcommand group type, these nested options will be the parameters.
</summary>
</member>
<member name="P:Discord.ApplicationCommandOptionProperties.ChannelTypes">
<summary>
Gets or sets the allowed channel types for this option.
</summary>
</member>
<member name="T:Discord.ApplicationCommandOptionChoiceProperties">
<summary>
Represents a choice for a <see cref="T:Discord.IApplicationCommandInteractionDataOption"/>. This class is used when making new commands.
@@ -4741,7 +4746,7 @@
</member>
<member name="F:Discord.MessageCommandBuilder.MaxNameLength">
<summary>
Returns the maximun length a commands name allowed by Discord
Returns the maximum length a commands name allowed by Discord
</summary>
</member>
<member name="P:Discord.MessageCommandBuilder.Name">
@@ -4790,7 +4795,7 @@
</member>
<member name="F:Discord.UserCommandBuilder.MaxNameLength">
<summary>
Returns the maximun length a commands name allowed by Discord
Returns the maximum length a commands name allowed by Discord
</summary>
</member>
<member name="P:Discord.UserCommandBuilder.Name">
@@ -4951,7 +4956,7 @@
</member>
<member name="P:Discord.IApplicationCommandOption.Description">
<summary>
The di scription of this command option, 1-100 character description.
The de scription of this command option, 1-100 character description.
</summary>
</member>
<member name="P:Discord.IApplicationCommandOption.Default">
@@ -4974,6 +4979,11 @@
If the option is a subcommand or subcommand group type, this nested options will be the parameters.
</summary>
</member>
<member name="P:Discord.IApplicationCommandOption.ChannelTypes">
<summary>
The allowed channel types for this option.
</summary>
</member>
<member name="T:Discord.IApplicationCommandOptionChoice">
<summary>
Specifies choices for command group.
@@ -5056,7 +5066,7 @@
<summary>
Gets the original response for this interaction.
</summary>
<param name="options">The request options for this async request.</param>
<param name="options">The request options for this <see langword=" async"/> request.</param>
<returns>A <see cref="T:Discord.IUserMessage"/> that represents the initial response.</returns>
</member>
<member name="M:Discord.IDiscordInteraction.ModifyOriginalResponseAsync(System.Action{Discord.MessageProperties},Discord.RequestOptions)">
@@ -5064,7 +5074,7 @@
Edits original response for this interaction.
</summary>
<param name="func">A delegate containing the properties to modify the message with.</param>
<param name="options">The request options for this async request.</param>
<param name="options">The request options for this <see langword=" async"/> request.</param>
<returns>A <see cref="T:Discord.IUserMessage"/> that represents the initial response.</returns>
</member>
<member name="M:Discord.IDiscordInteraction.DeferAsync(System.Boolean,Discord.RequestOptions)">
@@ -5077,7 +5087,7 @@
</member>
<member name="T:Discord.IDiscordInteractionData">
<summary>
Represents an interface used to specify classes that they are a vaild dataype of a <see cref="T:Discord.IDiscordInteraction"/> class.
Represents an interface used to specify classes that they are a vaild data t ype of a <see cref="T:Discord.IDiscordInteraction"/> class.
</summary>
</member>
<member name="T:Discord.InteractionResponseType">
@@ -5971,7 +5981,7 @@
</member>
<member name="F:Discord.SlashCommandBuilder.MaxNameLength">
<summary>
Returns the maximun length a commands name allowed by Discord
Returns the maximum length a commands name allowed by Discord
</summary>
</member>
<member name="F:Discord.SlashCommandBuilder.MaxDescriptionLength">
@@ -6034,7 +6044,7 @@
<param name="value">The default permission value to set.</param>
<returns>The current builder.</returns>
</member>
<member name="M:Discord.SlashCommandBuilder.AddOption(System.String,Discord.ApplicationCommandOptionType,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean,System.Collections.Generic.List{Discord.SlashCommandOptionBuilder},Discord.ApplicationCommandOptionChoiceProperties[])">
<member name="M:Discord.SlashCommandBuilder.AddOption(System.String,Discord.ApplicationCommandOptionType,System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Boolean,System.Collections.Generic.List{Discord.SlashCommandOptionBuilder},System.Collections.Generic.List{Discord.ChannelType}, Discord.ApplicationCommandOptionChoiceProperties[])">
<summary>
Adds an option to the current slash command.
</summary>
@@ -6045,6 +6055,7 @@
<param name="isDefault">If this option is the default option.</param>
<param name="isAutocomplete">If this option is set to autocompleate.</param>
<param name="options">The options of the option to add.</param>
<param name="channelTypes">The allowed channel types for this option.</param>
<param name="choices">The choices of this option.</param>
<returns>The current builder.</returns>
</member>
@@ -6054,7 +6065,7 @@
</summary>
<param name="name">The name of the option to add.</param>
<param name="type">The type of this option.</param>
<param name="description">The s escription of this option.</param>
<param name="description">The d escription of this option.</param>
<returns>The current builder.</returns>
</member>
<member name="M:Discord.SlashCommandBuilder.AddOption(Discord.SlashCommandOptionBuilder)">
@@ -6126,13 +6137,18 @@
Gets or sets if this option is a subcommand or subcommand group type, these nested options will be the parameters.
</summary>
</member>
<member name="P:Discord.SlashCommandOptionBuilder.ChannelTypes">
<summary>
Gets or sets the allowed channel types for this option.
</summary>
</member>
<member name="M:Discord.SlashCommandOptionBuilder.Build">
<summary>
Builds the current option.
</summary>
<returns>The built version of this option.</returns>
</member>
<member name="M:Discord.SlashCommandOptionBuilder.AddOption(System.String,Discord.ApplicationCommandOptionType,System.String,System.Nullable{System.Boolean},System.Boolean,System.Boolean,System.Collections.Generic.List{Discord.SlashCommandOptionBuilder},Discord.ApplicationCommandOptionChoiceProperties[])">
<member name="M:Discord.SlashCommandOptionBuilder.AddOption(System.String,Discord.ApplicationCommandOptionType,System.String,System.Nullable{System.Boolean},System.Boolean,System.Boolean,System.Collections.Generic.List{Discord.SlashCommandOptionBuilder},System.Collections.Generic.List{Discord.ChannelType}, Discord.ApplicationCommandOptionChoiceProperties[])">
<summary>
Adds an option to the current slash command.
</summary>
@@ -6143,6 +6159,7 @@
<param name="isDefault">If this option is the default option.</param>
<param name="isAutocomplete">If this option supports autocomplete.</param>
<param name="options">The options of the option to add.</param>
<param name="channelTypes">The allowed channel types for this option.</param>
<param name="choices">The choices of this option.</param>
<returns>The current builder.</returns>
</member>
@@ -6169,6 +6186,13 @@
<param name="value">The value of the choice.</param>
<returns>The current builder.</returns>
</member>
<member name="M:Discord.SlashCommandOptionBuilder.AddChannelType(Discord.ChannelType)">
<summary>
Adds a channnel type to the current option.
</summary>
<param name="channelType">The <see cref="T:Discord.ChannelType"/> to add.</param>
<returns>The current builder.</returns>
</member>
<member name="M:Discord.SlashCommandOptionBuilder.WithName(System.String)">
<summary>
Sets the current builders name.
@@ -6218,7 +6242,7 @@
</member>
<member name="P:Discord.SlashCommandProperties.Description">
<summary>
The di scription of this command.
The de scription of this command.
</summary>
</member>
<member name="P:Discord.SlashCommandProperties.Options">
@@ -7604,7 +7628,7 @@
Gets the clean content for this message.
</summary>
<returns>
A string that contains the body of the message stripped of mentions, markdown, emojii s and pings; note that this field may be empty if there is an embed.
A string that contains the body of the message stripped of mentions, markdown, emojis and pings; note that this field may be empty if there is an embed.
</returns>
</member>
<member name="P:Discord.IMessage.Timestamp">
@@ -8407,7 +8431,7 @@
If the <see cref="P:Discord.TimestampTag.Time"/> is null then the default 0 will be used.
</para>
</summary>
<returns>A string thats compata ble in a discord message, ex: <code><t:1625944201:f></code></returns>
<returns>A string thats compati ble in a discord message, ex: <code><t:1625944201:f></code></returns>
</member>
<member name="M:Discord.TimestampTag.FromDateTime(System.DateTime,Discord.TimestampTagStyles)">
<summary>
@@ -8778,7 +8802,7 @@
<summary> If <c>true</c>, a user may stream video in a voice channel.</summary>
</member>
<member name="P:Discord.ChannelPermissions.ManageRoles">
<summary> If <c>true</c>, a user may adjust role permissions. This also implictly grants all other permissions.</summary>
<summary> If <c>true</c>, a user may adjust role permissions. This also implici tly grants all other permissions.</summary>
</member>
<member name="P:Discord.ChannelPermissions.ManageWebhooks">
<summary> If <c>true</c>, a user may edit the webhooks for this channel.</summary>
@@ -8805,7 +8829,7 @@
<summary> If <c>true</c>, a user may send messages in threads in this guild.</summary>
</member>
<member name="P:Discord.ChannelPermissions.StartEmbeddedActivities">
<summary> If <c>true</c>, a user launch application activites in voice channels in this guild.</summary>
<summary> If <c>true</c>, a user launch application activiti es in voice channels in this guild.</summary>
</member>
<member name="M:Discord.ChannelPermissions.#ctor(System.UInt64)">
<summary> Creates a new <see cref="T:Discord.ChannelPermissions"/> with the provided packed value.</summary>
@@ -9222,7 +9246,7 @@
<summary> If <c>true</c>, a user may send messages in threads in this guild. </summary>
</member>
<member name="P:Discord.GuildPermissions.StartEmbeddedActivities">
<summary> If <c>true</c>, a user launch application activites in voice channels in this guild. </summary>
<summary> If <c>true</c>, a user launch application activiti es in voice channels in this guild. </summary>
</member>
<member name="M:Discord.GuildPermissions.#ctor(System.UInt64)">
<summary> Creates a new <see cref="T:Discord.GuildPermissions"/> with the provided packed value. </summary>
@@ -9396,7 +9420,7 @@
<summary> If <c>true</c>, a user may send messages in threads in this guild. </summary>
</member>
<member name="P:Discord.OverwritePermissions.StartEmbeddedActivities">
<summary> If <c>true</c>, a user launch application activites in voice channels in this guild. </summary>
<summary> If <c>true</c>, a user launch application activiti es in voice channels in this guild. </summary>
</member>
<member name="M:Discord.OverwritePermissions.#ctor(System.UInt64,System.UInt64)">
<summary> Creates a new OverwritePermissions with the provided allow and deny packed values. </summary>
@@ -9892,7 +9916,7 @@
Deletes the current sticker.
</summary>
<remakrs>
The bot neee ds the MANAGE_EMOJIS_AND_STICKERS permission inside the guild in order to delete stickers.
The bot needs the MANAGE_EMOJIS_AND_STICKERS permission inside the guild in order to delete stickers.
</remakrs>
<param name="options">The options to be used when sending the request.</param>
<returns>
@@ -11189,7 +11213,7 @@
Add multiple reactions to a message.
</summary>
<remarks>
This method does not bulk add reactions! It will send a request for each reaction incu lded.
This method does not bulk add reactions! It will send a request for each reaction inclu ded.
</remarks>
<example>
<code language="cs">
@@ -11234,7 +11258,7 @@
<summary>
Sends an inline reply that references a message.
</summary>
<param name="msg">The message that is being reply ed on.</param>
<param name="msg">The message that is being repli ed on.</param>
<param name="text">The message to be sent.</param>
<param name="isTTS">Determines whether the message should be read aloud by Discord or not.</param>
<param name="embed">The <see cref="F:Discord.EmbedType.Rich"/> <see cref="T:Discord.Embed"/> to be sent.</param>
@@ -11405,7 +11429,7 @@
<summary> Returns a markdown-formatted string with underline formatting. </summary>
</member>
<member name="M:Discord.Format.Strikethrough(System.String)">
<summary> Returns a markdown-formatted string with strikethrough formatting. </summary>
<summary> Returns a markdown-formatted string with strike- through formatting. </summary>
</member>
<member name="M:Discord.Format.Spoiler(System.String)">
<summary> Returns a string with spoiler formatting. </summary>
@@ -12242,10 +12266,10 @@
</member>
<member name="P:Discord.RequestOptions.Timeout">
<summary>
Gets or sets the maximum time to wait for for this request to complete.
Gets or sets the maximum time to wait for this request to complete.
</summary>
<remarks>
Gets or set the max time, in milliseconds, to wait for for this request to complete. If
Gets or set the max time, in milliseconds, to wait for this request to complete. If
<c>null</c>, a request will not time out. If a rate limit has been triggered for this request's bucket
and will not be unpaused in time, this request will fail immediately.
</remarks>