New TXT_TYPE_CLI_COMMAND (3)

This commit is contained in:
Scott Powell
2026-08-28 13:12:59 +10:00
parent e3d0f9fcaa
commit 65650bb192
+2 -1
View File
@@ -171,8 +171,9 @@ txt_type
| Value | Description | Message content |
|--------|---------------------------|--------------------------------------------------------------------------|
| `0x00` | plain text message | the plain text of the message |
| `0x01` | CLI command | the command text of the message |
| `0x01` | CLI data | CLI command OR reply text |
| `0x02` | signed plain text message | first four bytes is sender pubkey prefix, followed by plain text message |
| `0x03` | CLI command | (since v1.18+) CLI command text (explicit) |
## Anonymous request