dexcord/test/fixtures/interaction_modal.json

36 lines
823 B
JSON

{
"id": "1000000000000000004",
"application_id": "900000000000000001",
"type": 5,
"token": "aW50ZXJhY3Rpb24tdG9rZW4tbW9kYWw",
"version": 1,
"guild_id": "800000000000000001",
"channel_id": "700000000000000001",
"app_permissions": "2147483647",
"context": 0,
"member": {
"user": {
"id": "600000000000000001",
"username": "submitter",
"discriminator": "0",
"global_name": "Submitter"
},
"roles": [],
"joined_at": "2021-01-01T00:00:00.000000+00:00",
"permissions": "2147483647"
},
"data": {
"custom_id": "feedback_modal",
"components": [
{
"type": 18,
"label": "Your feedback",
"component": {
"type": 4,
"custom_id": "feedback_input",
"value": "This is great!"
}
}
]
}
}