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.
2 parents 5806985 + 6c0d721 commit f505218Copy full SHA for f505218
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