Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 723 Bytes

PostMessageMessage.md

File metadata and controls

14 lines (9 loc) · 723 Bytes

PostMessageMessage

Properties

Name Type Description Notes
to_user_id Option<i32> User ID of the recipient [optional]
thread_id Option<i32> Identifier for the thread. Should be blank for new threads, but when replying to an existing message, it should be set to the thread_id of the message being replied to. [optional]
subject Option<String> Subject of the message [optional]
body Option<String> Body of the message [optional]

[Back to Model list] [Back to API list] [Back to README]