From c54731379649b2f815bdc61fe32af0d3acd8f24b Mon Sep 17 00:00:00 2001 From: Tari-dev Date: Mon, 24 Mar 2025 17:06:04 +0530 Subject: [PATCH] docs: add channel select to component type --- docs/interactions/api.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/interactions/api.rst b/docs/interactions/api.rst index feab66907..294a3b13a 100644 --- a/docs/interactions/api.rst +++ b/docs/interactions/api.rst @@ -329,6 +329,10 @@ Enumerations Represents a select in which both users and roles can be selected. + .. attribute:: channel_select + + Represents a channel select component. + .. class:: ButtonStyle Represents the style of the button component.