Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionTtlChanged

    History TTL has been changed

    interface ChatActionTtlChanged {
        new: number;
        old: number;
        type: "ttl_changed";
    }
    Index

    Properties

    Properties

    new: number

    New TTL value (can be 0)

    old: number

    Old TTL value (can be 0)

    type: "ttl_changed"