@@ -288,6 +288,7 @@ Button(custom_id, label = None, color = None, emoji = None, new_line = False, di
288288
289289- disabled: ` bool `
290290 > Whether the button should be clickable (disabled = False) or not (disabled=True)
291+
291292</details >
292293
293294<details >
@@ -313,6 +314,9 @@ Button(custom_id, label = None, color = None, emoji = None, new_line = False, di
313314
314315- disabled: ` bool `
315316 > Whether the button is disabled
317+
318+ - hash: ` str `
319+ > The unique hash for the button
316320 </details >
317321
318322<details >
@@ -359,6 +363,7 @@ LinkButton(url: str, label: str, emoji: discord.Emoji or str, new_line: bool, di
359363
360364- disabled: ` bool `
361365 > Whether the button should be clickable (disabled = False) or not (disabled=True)
366+
362367</details >
363368
364369<details >
@@ -387,6 +392,9 @@ LinkButton(url: str, label: str, emoji: discord.Emoji or str, new_line: bool, di
387392- disabled: ` bool `
388393 > Whether the button is disabled
389394
395+ - hash: ` str `
396+ > The unique hash for the button
397+
390398</details >
391399
392400
@@ -449,6 +457,14 @@ Represents an Object of a Button which was pressed, including its interaction
449457- new_line: `bool `
450458 > Whether a new line was added before the button
451459
460+ - disabled: `bool `
461+ > Whether the button is disabled
462+ >
463+ > Always `True `
464+
465+ - hash : `str `
466+ > The unique hash for the button
467+
452468< / details>
453469
454470- - - -
@@ -587,6 +603,4 @@ Added events for `client.wait_for` and `client.listen`
587603 [`ResponseMessage` ](# #-responsemessage-class)
588604 > The message with the interaction on which the button was pressed
589605
590- < / details>
591-
592- add hash value
606+ < / details>
0 commit comments