1234567891011121314151617181920212223242526272829303132 |
- {
- "id": "",
- "application_id": "",
- "name": "inline",
- "name_localizations": {
- "en-GB": "inline",
- "en-US": "inline"
- },
- "description": "Post a message with inline wiki links.",
- "description_localizations": {
- "en-GB": "Post a message with inline wiki links.",
- "en-US": "Post a message with inline wiki links."
- },
- "default_permission": true,
- "default_member_permissions": "68608",
- "options": [
- {
- "type": 3,
- "name": "text",
- "name_localizations": {
- "en-GB": "text",
- "en-US": "text"
- },
- "description": "Text including wikitext links.",
- "description_localizations": {
- "en-GB": "Text including wikitext links.",
- "en-US": "Text including wikitext links."
- },
- "required": true
- }
- ]
- }
|