Message Handler Impl
class MessageHandlerImpl(requestHelper: RequestHelper, endpoint: String, val threadId: String) : MessageHandler
Functions
Link copied to clipboard
Creates a new ThreadMessage object.
Link copied to clipboard
Link copied to clipboard
Returns a handler for interacting with the files in the given message.
Returns a handler for interacting with the files in the message with the given id.
Link copied to clipboard
Lists the 20 most recent messages in the thread.
Lists messages in the thread.
Link copied to clipboard
Modifies the given message to have the given updated values.
Modifies the message with the given id to have the given updated values.
Link copied to clipboard
Retrieves the updated message object from the given message.
Retrieves the message with the given id.