ActionRow
Last updated
Last updated
*components
Components the ActionRow will contain.
components
The list of components the ActionRow contains.
to_dict
Gets the component information required for API requests in dict form.
Returns: dict
from_dict
Creates component instance from json. This is a static method.
Parameters:
data (dict
) - The json to construct button from.
Returns: discord-components.ActionRow
append
Adds a component to the ActionRow.