Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/user/bots.md
Original file line number Diff line number Diff line change
Expand Up @@ -4669,6 +4669,18 @@ If the field used in the format string is not defined, `None` will be used as fa

(optional, boolean) Whether the resulting dictionary should be hierarchical (field names split by a dot). Defaults to false.

**`keep_raw_field`**

(optional, boolean) Whether to keep the `raw` field or not. Defaults to false.

**`message_jsondict_as_string`**

(optional, boolean) Whether to convert JSON fields (`extra`) to string. Defaults to false.

**`message_with_type`**

(optional, boolean) Whether to include the type in the output message. Defaults to false.

**`single_key`**

(optional, string) Output only a single specified key. In case of `raw` key the data is base64 decoded. Defaults to null (output the whole message).
Expand Down Expand Up @@ -4699,6 +4711,18 @@ This bot outputs each message to a separate file.

(optional, boolean) Whether the resulting dictionary should be hierarchical (field names split by a dot). Defaults to false.

**`keep_raw_field`**

(optional, boolean) Whether to keep the `raw` field or not. Defaults to false.

**`message_jsondict_as_string`**

(optional, boolean) Whether to convert JSON fields (`extra`) to string. Defaults to false.

**`message_with_type`**

(optional, boolean) Whether to include the type in the output message. Defaults to false.

**`single_key`**

(optional, string) Output only a single specified key. In case of `raw` key the data is base64 decoded. Defaults to null (output the whole message).
Expand Down
Loading