Documentation - v0.27.1
    Preparing search index...

    Interface ActionTitleChanged

    Group title was changed

    interface ActionTitleChanged {
        title: string;
        type: "title_changed";
    }
    Index

    Properties

    Properties

    title: string

    New group name

    type: "title_changed"