inline.json 796 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "id": "",
  3. "application_id": "",
  4. "name": "inline",
  5. "name_localizations": {
  6. "en-GB": "inline",
  7. "en-US": "inline"
  8. },
  9. "description": "Post a message with inline wiki links.",
  10. "description_localizations": {
  11. "en-GB": "Post a message with inline wiki links.",
  12. "en-US": "Post a message with inline wiki links."
  13. },
  14. "default_permission": true,
  15. "default_member_permissions": "68608",
  16. "options": [
  17. {
  18. "type": 3,
  19. "name": "text",
  20. "name_localizations": {
  21. "en-GB": "text",
  22. "en-US": "text"
  23. },
  24. "description": "Text including wikitext links.",
  25. "description_localizations": {
  26. "en-GB": "Text including wikitext links.",
  27. "en-US": "Text including wikitext links."
  28. },
  29. "required": true
  30. }
  31. ]
  32. }