Interface ActionTtlChanged

Messages TTL changed

interface ActionTtlChanged {
    period: number;
    type: "ttl_changed";
}

Properties

Properties

period: number

New TTL period

type: "ttl_changed"