Interface ActionRow

    • Method Detail

      • getComponents

        java.util.List<LowLevelComponent> getComponents()
        Get all components of the action row.
        Returns:
        All components of the action row.
      • of

        static ActionRow of​(LowLevelComponent... lowLevelComponents)
        Create a new action row containing the given low level components, e.g. buttons.
        Parameters:
        lowLevelComponents - The low level components to add to the row.
        Returns:
        the new action row builder to be used with a message
      • of

        static ActionRow of​(java.util.List<LowLevelComponent> lowLevelComponents)
        Create a new action row containing the given list with low level components, e.g. buttons.
        Parameters:
        lowLevelComponents - The low level components to add to the row.
        Returns:
        the new action row builder to be used with a message