Interface ConversationTimestamp

Represents a Conversation timestamps

interface ConversationTimestamp {
    get created(): Nullable<string>;
    get destroyed(): Nullable<string>;
    get updated(): Nullable<string>;
}

Accessors

  • get created(): Nullable<string>
  • Returns Nullable<string>

  • get destroyed(): Nullable<string>
  • Returns Nullable<string>

  • get updated(): Nullable<string>
  • Returns Nullable<string>