discord_slash.utils.manage_components module¶
- discord_slash.utils.manage_components.get_components_ids(component: Union[str, dict, list]) Iterator[str]¶
Returns generator with the
custom_idof a component or list of components. :param component: Custom ID or component dict (actionrow or button) or list of the two. :returns: typing.Iterator[str]