Read and send messages in private and group chats
Send messages as an app
Parameter | Description |
---|---|
Message ID | The ID of the message to reply to. This value can be obtained from previous message responses or by using the List Messages action. |
Message Type | The type of message content to reply. |
Reply Content | The content of the reply message. The format depends on the message type. For example, to send a simple text reply, use the following format: { "text": "This is a reply to your message" } For the full list of message formats, refer to Lark API documentation. |
Reply In Thread | Select to reply within the current thread. Otherwise will be replied to the parent thread message. |