Class ConversationItemDeletedResponse
public sealed class ConversationItemDeletedResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
- Inheritance
-
ConversationItemDeletedResponse
- Implements
- Inherited Members
Properties
EventId
The unique ID of the server event.
[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }
Property Value
ItemId
The ID of the item that was deleted.
[JsonInclude]
[JsonPropertyName("item_id")]
public string ItemId { get; }
Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }