MessageActionRow¶
Inherits: MessageComponent < Reference < Object
Description¶
A a non-interactive container for other type of message components.
Properties¶
| type | name |
|---|---|
| Array | components |
Methods¶
| return type | signature |
|---|---|
| MessageInteractiveComponent | get_component ( String custom_id ) |
Property Descriptions¶
-
Array components
List of
MessageInteractiveComponents.
Method Descriptions¶
-
MessageInteractiveComponent get_component ( String custom_id )
Gets a component by
custom_id.