Documentation - v0.27.1
    Preparing search index...

    Interface ChatActionDescriptionChanged

    Channel description has been changed

    interface ChatActionDescriptionChanged {
        new: string;
        old: string;
        type: "description_changed";
    }
    Index

    Properties

    Properties

    new: string

    New description

    old: string

    Old description

    type: "description_changed"