mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
docs(WebhookEditOptions): Add all of the types (#9776)
docs(WebhookEditOptions): add all the types Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -264,7 +264,8 @@ class Webhook {
|
|||||||
* @typedef {Object} WebhookEditOptions
|
* @typedef {Object} WebhookEditOptions
|
||||||
* @property {string} [name=this.name] The new name for the webhook
|
* @property {string} [name=this.name] The new name for the webhook
|
||||||
* @property {?(BufferResolvable)} [avatar] The new avatar for the webhook
|
* @property {?(BufferResolvable)} [avatar] The new avatar for the webhook
|
||||||
* @property {GuildTextChannelResolvable} [channel] The new channel for the webhook
|
* @property {GuildTextChannelResolvable|VoiceChannel|StageChannel|ForumChannel} [channel]
|
||||||
|
* The new channel for the webhook
|
||||||
* @property {string} [reason] Reason for editing the webhook
|
* @property {string} [reason] Reason for editing the webhook
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user