We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type
InputText
1 parent 5806985 commit 6c0d721Copy full SHA for 6c0d721
discord/ui/input_text.py
@@ -71,6 +71,10 @@ def __init__(
71
self._input_value = None
72
self.row = row
73
74
+ @property
75
+ def type(self) -> ComponentType:
76
+ return self._underlying.type
77
+
78
@property
79
def style(self) -> InputTextStyle:
80
""":class:`discord.InputTextStyle`: The style of the input text field."""
0 commit comments