Hello, i try to send a message with one row component, and inside this row a button, but i'm getting "bad request".
Discord response is:
{
"components": {
"0": {
"components": {
"0": {
"_errors": [
{
"code": "UNION_TYPE_CHOICES",
"message": "Value of field "type" must be one of (2, 3, 4, 5, 6, 7, 8)."
}
]
}
}
}
}
}
But a button is type 2, so i don't understand !
Can someone help me please ?