Class MessageFile
A list of files attached to a message.
public class MessageFile : OpenAIObject
- Inheritance
-
objectMessageFile
- Inherited Members
Properties
MessageId
The ID of the message that the File is attached to.
public string MessageId { get; set; }
Property Value
- string