You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this library can be used to handle interaction webhooks, it should also support message components. This would need to be added to WebhookMessage and WebhookMessageBuilder. For more details on components, read up here: Message Components.
Since this library only handles incoming webhooks, events and similar cannot be supported. I'm only looking for the support of sending message components in webhook messages.
The text was updated successfully, but these errors were encountered:
Since this library can be used to handle interaction webhooks, it should also support message components. This would need to be added to
WebhookMessage
andWebhookMessageBuilder
. For more details on components, read up here: Message Components.A possible implementation could look like this:
ActionRow
would be an implementation ofLayoutComponent
andButton
would be anActionComponent
.Since this library only handles incoming webhooks, events and similar cannot be supported. I'm only looking for the support of sending message components in webhook messages.
The text was updated successfully, but these errors were encountered: