diff --git a/fern/definition/messages.yml b/fern/definition/messages.yml index 7cea260..0913849 100644 --- a/fern/definition/messages.yml +++ b/fern/definition/messages.yml @@ -90,7 +90,9 @@ types: message_id: MessageId labels: MessageLabels timestamp: MessageTimestamp - from: MessageFrom + from: + type: MessageFrom + docs: Address of sender. Note - since `from` is a reserved keyword in Python, access this field as `from_` when using the Python SDK (e.g. `message.from_`). to: MessageTo cc: optional bcc: optional @@ -111,8 +113,10 @@ types: message_id: MessageId labels: MessageLabels timestamp: MessageTimestamp - from: MessageFrom - reply_to: + from: + type: MessageFrom + docs: Address of sender. Note - since `from` is a reserved keyword in Python, access this field as `from_` when using the Python SDK (e.g. `message.from_`). +reply_to: type: optional> docs: Reply-to addresses. In format `username@domain.com` or `Display Name `. to: MessageTo