@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface ConversationTimestamp

    Represents a Conversation timestamps

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

      Returns Nullable<string>

    • get destroyed(): Nullable<string>

      Returns Nullable<string>

    • get updated(): Nullable<string>

      Returns Nullable<string>