message_recording

Table Type: Recording

Contains an index to the downloaded message recordings. Every downloaded message recording is stored in a file.

Columns

Column Type Modifiers Notes
recording_id string Primary Key The unique identifier of the recording.
conversation_id string The ID of the conversation the recording is associated with.
downloaded_path string The location where the recording was downloaded to.
db_last_updated datetime When this record was last updated in UTC.
db_when_created datetime Required When this record was created in UTC.
db_when_deleted datetime When this record was deleted in UTC or NULL.